feat: 更新一些配置
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user