提交 40cdc6e7 编写于 作者: DCloud-yyl's avatar DCloud-yyl

uni-app x示例支持cpu架构arm64/arm32/x86_64

上级 46015d44
{ {
"name" : "test_uniappx_slider", "name": "test_uniappx_slider",
"appid" : "__UNI__05186D0", "appid": "__UNI__05186D0",
"description" : "", "description": "",
"versionName" : "1.0.0", "versionName": "1.0.0",
"versionCode" : "100", "versionCode": "100",
"uni-app-x" : {}, "uni-app-x": {},
/* 快应用特有相关 */ /* 快应用特有相关 */
"quickapp" : {}, "quickapp": {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin": {
"appid" : "", "appid": "",
"setting" : { "setting": {
"urlCheck" : false "urlCheck": false
}, },
"usingComponents" : true "usingComponents": 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
}, },
"uniStatistics" : { "uniStatistics": {
"enable" : false "enable": false
}, },
"vueVersion" : "3", "vueVersion": "3",
"app" : { "app": {
"distribute" : { "distribute": {
"icons" : { "android": {
"android" : { "abiFilters": [
"hdpi" : "", "arm64-v8a", "armeabi-v7a", "x86_64"
"xhdpi" : "", ]
"xxhdpi" : "", },
"xxxhdpi" : "" "icons": {
"android": {
"hdpi": "",
"xhdpi": "",
"xxhdpi": "",
"xxxhdpi": ""
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册