代码提交
This commit is contained in:
@ -85,7 +85,7 @@
|
||||
"resizeableActivity" : false, //可选,Boolean类型,是否支持分屏调整窗口大小
|
||||
"hasTaskAffinity" : false, //可选,Boolean类型,是否设置android:taskAffinity
|
||||
"buildFeatures" : {
|
||||
//(HBuilderX3.5.0+版本支持)可选,JSON对象,Android平台云端打包时build.gradle的buildFeatures配置项
|
||||
//(HBuilderX3.5.0+版本支持)可选,JSON对象,Android平台云端打包时build.gradle的buildFeatures配置项
|
||||
"dataBinding" : false, //可选,Boolean类型,是否设置dataBinding
|
||||
"viewBinding" : false //可选,Boolean类型,是否设置viewBinding
|
||||
}
|
||||
@ -301,12 +301,12 @@
|
||||
"icons" : {
|
||||
//可选,JSON对象,应用图标相关配置
|
||||
"ios" : {
|
||||
//可选,JSON对象,iOS平台图标配置
|
||||
//可选,JSON对象,iOS平台图标配置
|
||||
"appstore" : "", //必填,字符串类型,分辨率1024x1024, 提交app sotre使用的图标路径
|
||||
"iphone" : {
|
||||
//可选,JSON对象,iPhone设备图标配置
|
||||
"app@2x" : "", //可选,字符串类型,分辨率120x120,程序图标路径
|
||||
"app@3x" : "", //可选,字符串类型,分辨率180x180,程序图标路径
|
||||
"app@2x" : "", //可选,字符串类型,分辨率120x120,程序图标路径
|
||||
"app@3x" : "", //可选,字符串类型,分辨率180x180,程序图标路径
|
||||
"spotlight@2x" : "", //可选,字符串类型,分辨率80x80,Spotlight搜索图标路径
|
||||
"spotlight@3x" : "", //可选,字符串类型,分辨率120x120,Spotlight搜索图标路径
|
||||
"settings@2x" : "", //可选,字符串类型,分辨率58x58,Settings设置图标路径
|
||||
@ -329,8 +329,8 @@
|
||||
},
|
||||
"android" : {
|
||||
//可选,JSON对象,Android平台图标配置
|
||||
"ldpi" : "", //可选,字符串类型,普通屏设备程序图标,分辨率要求48x48,已废弃
|
||||
"mdpi" : "", //可选,字符串类型,大屏设备程序图标,分辨率要求48x48,已废弃
|
||||
"ldpi" : "", //可选,字符串类型,普通屏设备程序图标,分辨率要求48x48,已废弃
|
||||
"mdpi" : "", //可选,字符串类型,大屏设备程序图标,分辨率要求48x48,已废弃
|
||||
"hdpi" : "", //可选,字符串类型,高分屏设备程序图标,分辨率要求72x72
|
||||
"xhdpi" : "", //可选,字符串类型,720P高分屏设备程序图标,分辨率要求96x96
|
||||
"xxhdpi" : "", //可选,字符串类型,1080P高分屏设备程序图标,分辨率要求144x144
|
||||
@ -341,17 +341,17 @@
|
||||
//可选,JSON对象,启动界面配置
|
||||
"iosStyle" : "common", //可选,字符串类型,iOS平台启动界面样式,可取值common、default、storyboard
|
||||
"ios" : {
|
||||
//可选,JSON对象,iOS平台启动界面配置
|
||||
//可选,JSON对象,iOS平台启动界面配置
|
||||
"storyboard" : "", //可选,字符串类型,自定义storyboard启动界面文件路径,iosStyle值为storyboard时生效
|
||||
"iphone" : {
|
||||
//可选,JSON对象,iPhone设备启动图配置,iosStyle值为default时生效
|
||||
"default" : "", //可选,字符串类型,分辨率320x480,iPhone3(G/GS)启动图片路径,已废弃
|
||||
"retina35" : "", //可选,字符串类型,分辨率640x960,3.5英寸设备(iPhone4/4S)启动图片路径,已废弃
|
||||
"default" : "", //可选,字符串类型,分辨率320x480,iPhone3(G/GS)启动图片路径,已废弃
|
||||
"retina35" : "", //可选,字符串类型,分辨率640x960,3.5英寸设备(iPhone4/4S)启动图片路径,已废弃
|
||||
"retina40" : "", //可选,字符串类型,分辨率640x1136,4.0英寸设备(iPhone5/5S)启动图片路径
|
||||
"retina40l" : "", //可选,字符串类型,分辨率1136x640,4.0英寸设备(iPhone5/5S)横屏启动图片路径
|
||||
"retina47" : "", //可选,字符串类型,分辨率750x1334,4.7英寸设备(iPhone6/7/8)启动图片路径
|
||||
"retina47l" : "", //可选,字符串类型,分辨率1334x750,4.7英寸设备(iPhone6/7/8)横屏启动图片路径
|
||||
"retina55" : "", //可选,字符串类型,分辨率1242x2208,5.5英寸设备(iPhone6/7/8Plus)启动图片路径
|
||||
"retina55" : "", //可选,字符串类型,分辨率1242x2208,5.5英寸设备(iPhone6/7/8Plus)启动图片路径
|
||||
"retina55l" : "", //可选,字符串类型,分辨率2208x1242,5.5英寸设备(iPhone6/7/8Plus)横屏启动图片路径
|
||||
"iphonex" : "", //可选,字符串类型,分辨率1125x2436,5.8英寸设备(iPhoneX/XS)启动图片路径
|
||||
"iphonexl" : "", //可选,字符串类型,分辨率2436x1125,5.8英寸设备(iPhoneX/XS)横屏启动图片路径
|
||||
@ -362,11 +362,11 @@
|
||||
},
|
||||
"ipad" : {
|
||||
//可选,JSON对象,iPad设备启动图配置,iosStyle值为default时生效
|
||||
"portrait" : "", //可选,字符串类型,分辨率768x1004,iPad竖屏启动图片路径,已废弃
|
||||
"portrait-retina" : "", //可选,字符串类型,分辨率1536x2008,iPad高分屏竖屏启动图片路径,已废弃
|
||||
"landscape" : "", //可选,字符串类型,分辨率1024x748,iPad横屏启动图片路径,已废弃
|
||||
"landscape-retina" : "", //可选,字符串类型,分辨率2048x1496,iPad高分屏横屏启动图片路径,已废弃
|
||||
"portrait7" : "", //可选,字符串类型,分辨率768x1024,9.7/7.9英寸iPad/mini竖屏启动图片路径
|
||||
"portrait" : "", //可选,字符串类型,分辨率768x1004,iPad竖屏启动图片路径,已废弃
|
||||
"portrait-retina" : "", //可选,字符串类型,分辨率1536x2008,iPad高分屏竖屏启动图片路径,已废弃
|
||||
"landscape" : "", //可选,字符串类型,分辨率1024x748,iPad横屏启动图片路径,已废弃
|
||||
"landscape-retina" : "", //可选,字符串类型,分辨率2048x1496,iPad高分屏横屏启动图片路径,已废弃
|
||||
"portrait7" : "", //可选,字符串类型,分辨率768x1024,9.7/7.9英寸iPad/mini竖屏启动图片路径
|
||||
"landscape7" : "", //可选,字符串类型,分辨率1024x768,9.7/7.9英寸iPad/mini横屏启动图片路径
|
||||
"portrait-retina7" : "", //可选,字符串类型,分辨率1536x2048,9.7/7.9英寸iPad/mini高分屏竖屏图片路径
|
||||
"landscape-retina7" : "", //可选,字符串类型,分辨率2048x1536,9.7/7.9英寸iPad/mini高分屏横屏启动图片路径
|
||||
@ -389,7 +389,7 @@
|
||||
}
|
||||
},
|
||||
"orientation" : [
|
||||
//可选,字符串数组类型,应用支持的横竖屏,**已废弃,使用screenOrientation配置**
|
||||
//可选,字符串数组类型,应用支持的横竖屏,**已废弃,使用screenOrientation配置**
|
||||
"portrait-primary",
|
||||
"portrait-secondary",
|
||||
"landscape-primary",
|
||||
@ -401,7 +401,7 @@
|
||||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wxe4938661906993b5",
|
||||
"appid" : "wxd968b04655cc4ce1",
|
||||
"setting" : {
|
||||
"urlCheck" : false
|
||||
},
|
||||
|
Reference in New Issue
Block a user