From 4a52b310d7f6245041326dfd7970b41dbc149fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Tue, 28 Oct 2025 18:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E8=8B=B9=E6=9E=9C=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=86=B2=E7=AA=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index dd52cfc..edfbc45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "DeepChartApp", - "appid" : "__UNI__D8DF433", + "appid" : "__UNI__2646D0B", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -40,9 +40,12 @@ "", "", "" - ] + ], + "minSdkVersion" : 21 + }, + "ios" : { + "dSYMs" : false }, - "ios" : {}, /* ios打包配置 */ "sdkConfigs" : { "oauth" : { @@ -52,6 +55,22 @@ } } } + }, + "nativePlugins" : { + "Aimer-TCPPlugin" : { + "__plugin_info__" : { + "name" : "TCP-Socket原生插件(支持Android和IOS) - [试用版,仅用于自定义调试基座]", + "description" : "Uniapp实现基于TCP的数据通信,支持单片机、智能家居等硬件交互,联系QQ: 462108858", + "platforms" : "Android,iOS", + "url" : "https://ext.dcloud.net.cn/plugin?id=2029", + "android_package_name" : "", + "ios_bundle_id" : "", + "isCloud" : true, + "bought" : 0, + "pid" : "2029", + "parameters" : {} + } + } } }, /* SDK配置 */