feat: 更新一些配置

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

View File

@@ -1,33 +1,35 @@
{ {
"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" : {
"splashscreen": { "subPackages" : true
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
}, },
"safearea": { "compatible" : {
"bottom": { "ignoreVersion" : true
"offset": "auto" // 自动适配安全区域 },
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
"safearea" : {
"bottom" : {
"offset" : "auto"
} }
}, },
/* */ "modules" : {},
"modules": {}, "distribute" : {
/* */ "android" : {
"distribute": { "permissions" : [
/* android */
"android": {
"permissions": [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
@@ -45,65 +47,59 @@
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
] ]
}, },
/* ios */ "ios" : {},
"ios": {}, "sdkConfigs" : {
/* SDK */ "oauth" : {}
"sdkConfigs": {
"oauth": {}
} }
} }
}, },
/* */ "quickapp" : {},
"quickapp": {}, "mp-weixin" : {
/* project.config.json "appid" : "wx5e79df5996572539",
wx5e79df5996572539 "setting" : {
wx23f86d809ae80259 "urlCheck" : false,
*/ "minified" : true
"mp-weixin": {
"appid": "wx5e79df5996572539",
"setting": {
"urlCheck": false,
"minified": true
}, },
"optimization": { "optimization" : {
"subPackages": true "subPackages" : true
}, },
"usingComponents": true, "usingComponents" : true,
"requiredPrivateInfos": ["getLocation"], "requiredPrivateInfos" : [ "getLocation" ],
"permission": { "permission" : {
"scope.userLocation": { "scope.userLocation" : {
"desc": "用于获取当前所在城市信息" "desc" : "用于获取当前所在城市信息"
} }
}, },
"plugins": { "plugins" : {
"WechatSI": { "WechatSI" : {
"version": "0.3.6", "version" : "0.3.6",
"provider": "wx069ba97219f66d99" "provider" : "wx069ba97219f66d99"
} }
}, },
"__usePrivacyCheck__": true "__usePrivacyCheck__" : true
}, },
"mp-alipay": { "mp-alipay" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-baidu": { "mp-baidu" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-toutiao": { "mp-toutiao" : {
"usingComponents": true, "usingComponents" : true,
"usePrivacyCheck": true "usePrivacyCheck" : true
}, },
"uniStatistics": { "uniStatistics" : {
"enable": false "enable" : false
}, },
"vueVersion": "3", "vueVersion" : "3",
"h5": { "h5" : {
"router": { "router" : {
"base": "./", "base" : "./",
"mode": "hash" "mode" : "hash"
}, },
"devServer": { "devServer" : {
"https": false "https" : false
}
} }
},
"fallbackLocale" : "zh-Hans"
} }