提交 79d319db 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

docs: 修改版本号

上级 3b1c15d7
## 1.0.0(2023-10-26)
安装apk的插件
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
"version": "1.0.0", "version": "1.0.0",
"description": "uni-installApk", "description": "uni-installApk",
"keywords": [ "keywords": [
"uni-installApk" "uni-installApk"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.6.8" "HBuilderX": "^3.94"
}, },
"dcloudext": { "dcloudext": {
"type": "uts", "type": "uts",
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "", "ads": "",
"data": "", "data": "",
"permissions": "" "permissions": "android.permission.REQUEST_INSTALL_PACKAGES"
}, },
"npmurl": "" "npmurl": ""
}, },
...@@ -47,8 +47,8 @@ ...@@ -47,8 +47,8 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "u", "tcb": "y",
"aliyun": "u" "aliyun": "y"
}, },
"client": { "client": {
"Vue": { "Vue": {
...@@ -57,35 +57,35 @@ ...@@ -57,35 +57,35 @@
}, },
"App": { "App": {
"app-android": "u", "app-android": "u",
"app-ios": "u" "app-ios": "n"
}, },
"H5-mobile": { "H5-mobile": {
"Safari": "u", "Safari": "n",
"Android Browser": "u", "Android Browser": "n",
"微信浏览器(Android)": "u", "微信浏览器(Android)": "n",
"QQ浏览器(Android)": "u" "QQ浏览器(Android)": "n"
}, },
"H5-pc": { "H5-pc": {
"Chrome": "u", "Chrome": "n",
"IE": "u", "IE": "n",
"Edge": "u", "Edge": "n",
"Firefox": "u", "Firefox": "n",
"Safari": "u" "Safari": "n"
}, },
"小程序": { "小程序": {
"微信": "u", "微信": "n",
"阿里": "u", "阿里": "n",
"百度": "u", "百度": "n",
"字节跳动": "u", "字节跳动": "n",
"QQ": "u", "QQ": "n",
"钉钉": "u", "钉钉": "n",
"快手": "u", "快手": "n",
"飞书": "u", "飞书": "n",
"京东": "u" "京东": "n"
}, },
"快应用": { "快应用": {
"华为": "u", "华为": "n",
"联盟": "u" "联盟": "n"
} }
} }
} }
......
...@@ -9,8 +9,8 @@ export interface Uni { ...@@ -9,8 +9,8 @@ export interface Uni {
* "app": { * "app": {
* "android": { * "android": {
* "osVer": "4.4", * "osVer": "4.4",
* "uniVer": "3.96+", * "uniVer": "3.94+",
* "unixVer": "3.96+" * "unixVer": "3.94+"
* }, * },
* "ios": { * "ios": {
* "osVer": "x", * "osVer": "x",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册