From 85a15646ffe20ed2bbb2042ec500df8c850a69cc Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期五, 25 七月 2025 15:29:41 +0800
Subject: [PATCH] 首次提交
---
manifest.json | 40 +++++++++++++++++++++++++++++-----------
1 files changed, 29 insertions(+), 11 deletions(-)
diff --git a/manifest.json b/manifest.json
index 721eb2e..e251635 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,10 +1,11 @@
{
- "name" : "lbdry-uniapp",
+ "name" : "鍏版郸鏅鸿兘骞茬嚗",
"appid" : "__UNI__1E83F66",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
+ "sassImplementationName" : "node-sass",
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
"usingComponents" : true,
@@ -38,12 +39,26 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
- ]
+ ],
+ "targetSdkVersion" : 30,
+ "minSdkVersion" : 23
},
/* ios鎵撳寘閰嶇疆 */
- "ios" : {},
+ "ios" : {
+ "dSYMs" : false
+ },
/* SDK閰嶇疆 */
- "sdkConfigs" : {},
+ "sdkConfigs" : {
+ "push" : {
+ "unipush" : {
+ "icons" : {
+ "small" : {
+ "hdpi" : "static/logo.png"
+ }
+ }
+ }
+ }
+ },
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
@@ -77,12 +92,13 @@
}
},
"splashscreen" : {
- "androidStyle" : "default",
+ "androidStyle" : "common",
"android" : {
- "hdpi" : "static/splash.png",
- "xhdpi" : "static/splash.png",
- "xxhdpi" : "static/splash.png"
- }
+ "hdpi" : "static/splash1.png",
+ "xhdpi" : "static/splash2.png",
+ "xxhdpi" : "static/splash3.png"
+ },
+ "useOriginalMsgbox" : false
}
}
},
@@ -90,7 +106,7 @@
"quickapp" : {},
/* 灏忕▼搴忕壒鏈夌浉鍏� */
"mp-weixin" : {
- "appid" : "wx8aa7310d86d0b80d",
+ "appid" : "wxe6f8a31c3df63a20",
"setting" : {
"urlCheck" : true,
"es6" : true,
@@ -98,12 +114,14 @@
"minified" : true
},
"usingComponents" : true,
+ "lazyCodeLoading" : "requiredComponents", // 鍚敤鎸夐渶娉ㄥ叆
"unipush" : {
"enable" : false
},
"optimization" : {
"subPackages" : true
- }
+ },
+ "runmode" : "liberate"
},
"mp-alipay" : {
"usingComponents" : true
--
Gitblit v1.9.3