From 04f432275cb64b65387f68d4e2ef36d79b6fd52d Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 19 Dec 2023 18:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E4=BA=8E=E6=8F=90?= =?UTF-8?q?=E4=BA=A4HX-alpha=E4=B8=AD=E5=88=9B=E5=BB=BAhello=20uts?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=E6=A8=A1=E6=9D=BF=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 ++ package.json | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 changelog.md create mode 100644 package.json diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..da02634 --- /dev/null +++ b/changelog.md @@ -0,0 +1,2 @@ +## 1.0.1(2023-12-19) +更多详情查看:[https://gitcode.net/dcloud/hello-uts/-/commits/alpha](https://gitcode.net/dcloud/hello-uts/-/commits/alpha) diff --git a/package.json b/package.json new file mode 100644 index 0000000..86d57f5 --- /dev/null +++ b/package.json @@ -0,0 +1,87 @@ +{ + "id": "hello-uts-alpha", + "name": "Hello uts alpha", + "displayName": "Hello uts alpha", + "version": "1.0.1", + "description": "UTS插件示例项目", + "repository": "https://gitcode.net/dcloud/hello-uts", + "keywords": [ + "uts", + "示例工程" +], + "author": "", + "license": "MIT", + "dependencies": {}, + "engines": { + "HBuilderX": "^3.99" + }, +"dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "不采集任何数据", + "permissions": "- android.permission.INTERNET \n- android.permission.READ_EXTERNAL_STORAGE \n- android.permission.WRITE_EXTERNAL_STORAGE \n- android.permission.ACCESS_FINE_LOCATION \n- android.permission.ACCESS_COARSE_LOCATION \n- android.permission.ACCESS_NETWORK_STATE \n- android.permission.READ_MEDIA_IMAGES \n- android.permission.READ_MEDIA_VIDEO" + }, + "npmurl": "", + "type": "uniapp-template-project" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "App": { + "app-vue": "y", + "app-nvue": "n", + "app-uvue": "n" + }, + "H5-mobile": { + "Safari": "n", + "Android Browser": "n", + "微信浏览器(Android)": "n", + "QQ浏览器(Android)": "n" + }, + "H5-pc": { + "Chrome": "n", + "IE": "n", + "Edge": "n", + "Firefox": "n", + "Safari": "n" + }, + "小程序": { + "微信": "n", + "阿里": "n", + "百度": "n", + "字节跳动": "n", + "QQ": "n", + "京东": "n", + "钉钉": "n", + "快手": "n", + "飞书": "n" + }, + "快应用": { + "华为": "n", + "联盟": "n" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} \ No newline at end of file -- GitLab