From 1b54ab00438a7eedceff33f14a46b5d93dd1fd76 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Thu, 16 May 2024 18:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 52 ++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 2a0b15ec..c5e5c9f0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name" : "wms", - "appid" : "__UNI__43932FE", + "appid" : "__UNI__600E731", "description" : "", "versionName" : "1.0.0", "versionCode" : 1, @@ -25,7 +25,6 @@ "Barcode" : {}, "Camera" : {} }, - /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -60,24 +59,39 @@ "sdkConfigs" : { "ad" : {} }, - "nativePlugins" : { - "TestModule" : { - "__plugin_info__" : { - "name" : "TestModule", - "description" : "打印", - "platforms" : "Android", - "url" : "", - "android_package_name" : "", - "ios_bundle_id" : "", - "isCloud" : false, - "bought" : -1, - "pid" : "", - "parameters" : {} - } - } - } + "nativePlugins" : { + "TestModule" : { + "__plugin_info__" : { + "name" : "TestModule", + "description" : "打印", + "platforms" : "Android", + "url" : "", + "android_package_name" : "", + "ios_bundle_id" : "", + "isCloud" : false, + "bought" : -1, + "pid" : "", + "parameters" : {} + } + } + } + }, + "nativePlugins" : { + "TestModule" : { + "__plugin_info__" : { + "name" : "TestModule", + "description" : "打印", + "platforms" : "Android", + "url" : "", + "android_package_name" : "", + "ios_bundle_id" : "", + "isCloud" : false, + "bought" : -1, + "pid" : "", + "parameters" : {} + } + } } - }, /* 快应用特有相关 */ "quickapp" : {},