From 9d961bd20d2dfa877b8411c9104b00f98b3a4983 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期三, 24 十二月 2025 09:15:23 +0800
Subject: [PATCH] 海川开心-配置文件更改
---
src/manifest.json | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index c412774..5073852 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,12 +1,16 @@
{
"name" : "淇℃伅绠$悊",
- "appid" : "__UNI__D950DA4",
+ "appid" : "__UNI__E1C100D",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
+ "compatible" : {
+ "usingComponents" : true,
+ "ignoreVersion" : true
+ },
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
@@ -19,7 +23,8 @@
/* 妯″潡閰嶇疆 */
"modules" : {
"Camera" : {},
- "Barcode" : {}
+ "Barcode" : {},
+ "Push" : {}
},
/* 搴旂敤鍙戝竷淇℃伅 */
"distribute" : {
@@ -48,7 +53,17 @@
"dSYMs" : false
},
/* SDK閰嶇疆 */
- "sdkConfigs" : {},
+ "sdkConfigs" : {
+ "push" : {
+ "unipush" : {
+ "icons" : {
+ "small" : {
+ "ldpi" : "D:/xindao/wenjian/img/logo/app.png"
+ }
+ }
+ }
+ }
+ },
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
--
Gitblit v1.9.3