feat: 更新一些配置

This commit is contained in:
2026-05-08 16:52:07 +08:00
parent 25c8a3570d
commit 255b40aad7

View File

@@ -1,15 +1,20 @@
{ {
"name": "YGTianmuCS", "name" : "YGChatCS",
"appid": "__UNI__BB03E8A", "appid" : "__UNI__38F74B8",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
"transformPx" : false, "transformPx" : false,
/* 5+App */
"app-plus" : { "app-plus" : {
"usingComponents" : true, "usingComponents" : true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3, "compilerVersion" : 3,
"optimization" : {
"subPackages" : true
},
"compatible" : {
"ignoreVersion" : true
},
"splashscreen" : { "splashscreen" : {
"alwaysShowBeforeRender" : true, "alwaysShowBeforeRender" : true,
"waiting" : true, "waiting" : true,
@@ -18,14 +23,11 @@
}, },
"safearea" : { "safearea" : {
"bottom" : { "bottom" : {
"offset": "auto" // 自动适配安全区域 "offset" : "auto"
} }
}, },
/* */
"modules" : {}, "modules" : {},
/* */
"distribute" : { "distribute" : {
/* android */
"android" : { "android" : {
"permissions" : [ "permissions" : [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
@@ -45,20 +47,13 @@
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
] ]
}, },
/* ios */
"ios" : {}, "ios" : {},
/* SDK */
"sdkConfigs" : { "sdkConfigs" : {
"oauth" : {} "oauth" : {}
} }
} }
}, },
/* */
"quickapp" : {}, "quickapp" : {},
/* project.config.json
wx5e79df5996572539
wx23f86d809ae80259
*/
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx5e79df5996572539", "appid" : "wx5e79df5996572539",
"setting" : { "setting" : {
@@ -105,5 +100,6 @@
"devServer" : { "devServer" : {
"https" : false "https" : false
} }
} },
"fallbackLocale" : "zh-Hans"
} }