From 411f08ca0285953d9ec3f7d493bdc696ac46de2e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 十二月 2025 19:07:25 +0800
Subject: [PATCH] 版本提示
---
src/manifest.json | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index fd01747..1caa2f0 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,12 +1,16 @@
{
"name" : "淇℃伅绠$悊",
- "appid" : "__UNI__3B09341",
+ "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,
@@ -18,7 +22,9 @@
},
/* 妯″潡閰嶇疆 */
"modules" : {
- "Camera" : {}
+ "Camera" : {},
+ "Barcode" : {},
+ "Push" : {}
},
/* 搴旂敤鍙戝竷淇℃伅 */
"distribute" : {
@@ -47,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