From e41a81096025af9b746dfd124c7c52d1c6860856 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 16 Jun 2026 17:43:21 +0800
Subject: [PATCH] UI:澜品优选新增会员价
---
manifest.json | 48 ++++++++++++++++++++++++------------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/manifest.json b/manifest.json
index 62f0e3c..4c6e201 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,14 +1,14 @@
{
- "name" : "齐享购",
- "appid" : "__UNI__AEFE893",
+ "name" : "澜品优选",
+ "appid" : "__UNI__27C0349",
"description" : "",
- "versionName" : "1.3.6",
- "versionCode" : 136,
+ "versionName" : "1.4.1",
+ "versionCode" : 141,
"transformPx" : false,
/* 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" : "lpyx-app",
"targetSdkVersion" : 30,
- "abiFilters" : [ "arm64-v8a" ]
+ "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
},
/* ios打包配置 */
"ios" : {
@@ -82,7 +82,7 @@
"com.apple.developer.associated-domains" : [ "applinks:www.ncmiruo.com" ]
}
},
- "urltypes" : "miruo-app"
+ "urltypes" : "lpyx-app"
},
/* SDK配置 */
"sdkConfigs" : {
@@ -142,33 +142,33 @@
}
},
"nativePlugins" : {
- "DC-WBFaceServiceV2" : {
- "__plugin_info__" : {
- "name" : "DC-WBFaceServiceV2",
- "description" : "核身服务",
- "platforms" : "Android,iOS",
- "url" : "https://ext.dcloud.net.cn/plugin?id=10378",
- "android_package_name" : "com.zhibaohui.qxg",
- "ios_bundle_id" : "",
- "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.zhibaohui.qxg",
- "ios_bundle_id" : "",
+ "android_package_name" : "com.shulan.xjsl",
+ "ios_bundle_id" : "com.shulan.xjsl",
"isCloud" : true,
"bought" : 1,
"pid" : "1491",
"parameters" : {}
}
+ },
+ "DC-WBFaceServiceV2" : {
+ "__plugin_info__" : {
+ "name" : "DC-WBFaceServiceV2",
+ "description" : "核身服务",
+ "platforms" : "Android,iOS",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=10378",
+ "android_package_name" : "com.shulan.xjsl",
+ "ios_bundle_id" : "com.shulan.xjsl",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "10378",
+ "parameters" : {}
+ }
}
}
},
--
Gitblit v1.9.3