From 79d319db782713091b88a81de8681541b3b1950f Mon Sep 17 00:00:00 2001 From: taohebin Date: Fri, 27 Oct 2023 10:51:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-installApk/changelog.md | 2 + uni_modules/uni-installApk/package.json | 58 +++++++++---------- .../uni-installApk/utssdk/interface.uts | 4 +- 3 files changed, 33 insertions(+), 31 deletions(-) diff --git a/uni_modules/uni-installApk/changelog.md b/uni_modules/uni-installApk/changelog.md index e69de29..36cc81d 100644 --- a/uni_modules/uni-installApk/changelog.md +++ b/uni_modules/uni-installApk/changelog.md @@ -0,0 +1,2 @@ +## 1.0.0(2023-10-26) +安装apk的插件 diff --git a/uni_modules/uni-installApk/package.json b/uni_modules/uni-installApk/package.json index 2e8c08f..5165e06 100644 --- a/uni_modules/uni-installApk/package.json +++ b/uni_modules/uni-installApk/package.json @@ -4,11 +4,11 @@ "version": "1.0.0", "description": "uni-installApk", "keywords": [ - "uni-installApk" - ], + "uni-installApk" + ], "repository": "", "engines": { - "HBuilderX": "^3.6.8" + "HBuilderX": "^3.94" }, "dcloudext": { "type": "uts", @@ -24,9 +24,9 @@ "qq": "" }, "declaration": { - "ads": "", - "data": "", - "permissions": "" + "ads": "无", + "data": "无", + "permissions": "android.permission.REQUEST_INSTALL_PACKAGES" }, "npmurl": "" }, @@ -47,8 +47,8 @@ "encrypt": [], "platforms": { "cloud": { - "tcb": "u", - "aliyun": "u" + "tcb": "y", + "aliyun": "y" }, "client": { "Vue": { @@ -57,35 +57,35 @@ }, "App": { "app-android": "u", - "app-ios": "u" + "app-ios": "n" }, "H5-mobile": { - "Safari": "u", - "Android Browser": "u", - "微信浏览器(Android)": "u", - "QQ浏览器(Android)": "u" + "Safari": "n", + "Android Browser": "n", + "微信浏览器(Android)": "n", + "QQ浏览器(Android)": "n" }, "H5-pc": { - "Chrome": "u", - "IE": "u", - "Edge": "u", - "Firefox": "u", - "Safari": "u" + "Chrome": "n", + "IE": "n", + "Edge": "n", + "Firefox": "n", + "Safari": "n" }, "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "钉钉": "u", - "快手": "u", - "飞书": "u", - "京东": "u" + "微信": "n", + "阿里": "n", + "百度": "n", + "字节跳动": "n", + "QQ": "n", + "钉钉": "n", + "快手": "n", + "飞书": "n", + "京东": "n" }, "快应用": { - "华为": "u", - "联盟": "u" + "华为": "n", + "联盟": "n" } } } diff --git a/uni_modules/uni-installApk/utssdk/interface.uts b/uni_modules/uni-installApk/utssdk/interface.uts index 5a351a7..a07970f 100644 --- a/uni_modules/uni-installApk/utssdk/interface.uts +++ b/uni_modules/uni-installApk/utssdk/interface.uts @@ -9,8 +9,8 @@ export interface Uni { * "app": { * "android": { * "osVer": "4.4", - * "uniVer": "3.96+", - * "unixVer": "3.96+" + * "uniVer": "3.94+", + * "unixVer": "3.94+" * }, * "ios": { * "osVer": "x", -- GitLab