From 8ed3cfe7d04b542f131e98e37854031965441b33 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 10 Jun 2026 11:29:31 +0800
Subject: [PATCH] feat:星享购 收藏+购物车+订单样式优化
---
manifest.json | 31 +++++++++++++++++++++++--------
1 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/manifest.json b/manifest.json
index 9e6dda1..72cc8fe 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
- "name" : "齐享购",
- "appid" : "__UNI__3333B1D",
+ "name" : "星享购",
+ "appid" : "__UNI__6FA73A5",
"description" : "",
"versionName" : "1.3.7",
"versionCode" : 137,
@@ -8,7 +8,7 @@
/* 5+App特有相关 */
"app-plus" : {
"statusbar" : {
- "immersed" : false
+ "immersed" : true
},
"compatible" : {
"ignoreVersion" : true
@@ -65,9 +65,9 @@
"<uses-permission android:name=\"android.permission.WRITE_SMS\"/>"
],
"minSdkVersion" : 29,
- "schemes" : "miruo-app",
+ "schemes" : "xxg-app",
"targetSdkVersion" : 30,
- "abiFilters" : [ "arm64-v8a" ]
+ "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
},
/* ios打包配置 */
"ios" : {
@@ -82,7 +82,8 @@
"com.apple.developer.associated-domains" : [ "applinks:www.ncmiruo.com" ]
}
},
- "urltypes" : "miruo-app"
+ "urltypes" : "xxg-app",
+ "idfa" : true
},
/* SDK配置 */
"sdkConfigs" : {
@@ -148,13 +149,27 @@
"description" : "核身服务",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=10378",
- "android_package_name" : "",
- "ios_bundle_id" : "com.qxg.app",
+ "android_package_name" : "com.jiangyu.xxg",
+ "ios_bundle_id" : "com.jiangyu.xxg",
"isCloud" : true,
"bought" : 1,
"pid" : "10378",
"parameters" : {}
}
+ },
+ "DC-WBNormal" : {
+ "__plugin_info__" : {
+ "name" : "DC-WBNormal",
+ "description" : "WB Normal SDK uni-app 插件",
+ "platforms" : "Android",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=1491",
+ "android_package_name" : "com.jiangyu.xxg",
+ "ios_bundle_id" : "com.jiangyu.xxg",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "1491",
+ "parameters" : {}
+ }
}
}
},
--
Gitblit v1.9.3