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 1/2] =?UTF-8?q?=E5=90=88=E5=B9=B6=E8=8B=B9=E6=9E=9C?= =?UTF-8?q?=E6=89=93=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配置 */ From 738c34c3c2634524f1980ec98d83312ffd26b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Tue, 28 Oct 2025 18:59:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4launch.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index c4f1072..2a3f43d 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,8 +2,8 @@ "version" : "1.0", "configurations" : [ { - "customPlaygroundType" : "device", - "playground" : "standard", + "customPlaygroundType" : "local", + "playground" : "custom", "type" : "uni-app:app-android" // "playground" : "standard", // "type" : "uni-app:app-ios"