Files
yunzerwebsiteallinone/uniapp/manifest.json
T
2026-07-15 16:37:20 +08:00

67 lines
1.4 KiB
JSON

{
"name" : "uniapp",
"appid" : "",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"uni-app-x" : {
"styleIsolationVersion" : "2"
},
/* 快应用特有相关 */
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "",
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "3",
"app" : {
"distribute" : {
"icons" : {
"android" : {
"hdpi" : "",
"xhdpi" : "",
"xxhdpi" : "",
"xxxhdpi" : ""
}
}
}
},
"app-android" : {
"distribute" : {
"modules" : {},
"icons" : {
"hdpi" : "",
"xhdpi" : "",
"xxhdpi" : "",
"xxxhdpi" : ""
},
"splashScreens" : {
"default" : {}
}
}
},
"app-ios" : {
"distribute" : {
"modules" : {},
"icons" : {},
"splashScreens" : {}
}
}
}