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