From d0c06945e4cf5691dfe341f33c4ff817d7868a4c Mon Sep 17 00:00:00 2001 From: taohebin Date: Fri, 27 Oct 2023 11:27:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20intsallApk=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE,=E6=94=AF=E6=8C=81js=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-installApk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-installApk/package.json b/uni_modules/uni-installApk/package.json index 5165e06..21a0292 100644 --- a/uni_modules/uni-installApk/package.json +++ b/uni_modules/uni-installApk/package.json @@ -37,7 +37,7 @@ "installApk": { "name": "installApk", "app": { - "js": false, + "js": true, "kotlin": true, "swift": false } -- GitLab