Compare commits

1 Commits
zy ... xie

Author SHA1 Message Date
@fawn-nine
b8757b9ef0 设置scheme 2024-06-14 09:40:06 +08:00

View File

@@ -1,16 +1,16 @@
{ {
"name": "众妙之门", "name" : "众妙之门",
"appid": "__UNI__5D0ED80", "appid" : "__UNI__5D0ED80",
"description": "uni-app 框架示例一套代码同时发行到iOS、Android、H5、小程序等多个平台请使用手机扫码快速体验 uni-app 的强大功能", "description" : "uni-app 框架示例一套代码同时发行到iOS、Android、H5、小程序等多个平台请使用手机扫码快速体验 uni-app 的强大功能",
"versionName": "1.0.07", "versionName" : "1.0.0",
"versionCode": 1007, "versionCode" : "100",
"transformPx": false, "transformPx" : false,
"app-plus": { "app-plus" : {
"compatible": { "compatible" : {
// 设置为true表示忽略版本检查提示框HBuilderX1.9.0及以上版本支持 // 设置为true表示忽略版本检查提示框HBuilderX1.9.0及以上版本支持
"ignoreVersion": true "ignoreVersion" : true
}, },
"orientation": [ "orientation" : [
//竖屏正方向 //竖屏正方向
"portrait-primary", "portrait-primary",
//竖屏反方向 //竖屏反方向
@@ -22,30 +22,30 @@
//自然方向 //自然方向
"default" "default"
], ],
"usingComponents": true, "usingComponents" : true,
"nvueCompiler": "uni-app", "nvueCompiler" : "uni-app",
"nvueStyleCompiler": "uni-app", "nvueStyleCompiler" : "uni-app",
"compilerVersion": 3, "compilerVersion" : 3,
"nvueLaunchMode": "fast", "nvueLaunchMode" : "fast",
"splashscreen": { "splashscreen" : {
"alwaysShowBeforeRender": true, "alwaysShowBeforeRender" : true,
"waiting": true, "waiting" : true,
"autoclose": true, "autoclose" : true,
"delay": 0 "delay" : 0
}, },
"modules": { "modules" : {
"Push": {}, "Push" : {},
"Share": {}, "Share" : {},
"Speech": {}, "Speech" : {},
"VideoPlayer": {}, "VideoPlayer" : {},
"Payment": {} "Payment" : {}
}, },
"distribute": { "distribute" : {
"distribute": { "distribute" : {
"orientation": ["portrait-primary"] //重力感应、横竖屏配置 "orientation" : [ "portrait-primary" ] //重力感应、横竖屏配置
}, },
"android": { "android" : {
"permissions": [ "permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
@@ -72,191 +72,195 @@
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>", "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
], ],
"targetSdkVersion": 30, "targetSdkVersion" : 30,
"minSdkVersion": 21, "minSdkVersion" : 21,
"abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"] "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"schemes" : "zmzm"
}, },
"ios": { "ios" : {
"UIBackgroundModes": ["audio"], "UIBackgroundModes" : [ "audio" ],
"urlschemewhitelist": ["baidumap", "iosamap"], "urlschemewhitelist" : [ "baidumap", "iosamap", "nuttyrading"],
"dSYMs": false "dSYMs" : false,
"urltypes" : "zmzm"
}, },
"sdkConfigs": { "sdkConfigs" : {
"speech": { "speech" : {
"ifly": {} "ifly" : {}
}, },
"oauth": {}, "oauth" : {},
"payment": { "payment" : {
"alipay": { "alipay" : {
"__platform__": ["ios", "android"] "__platform__" : [ "ios", "android" ]
}, },
"weixin": { "weixin" : {
"__platform__": ["ios", "android"], "__platform__" : [ "ios", "android" ],
"appid": "wx912aa600132dc965", "appid" : "wx912aa600132dc965",
"UniversalLinks": "" "UniversalLinks" : ""
} }
}, },
"share": { "share" : {
"weixin": { "weixin" : {
"appid": "wx912aa600132dc965", "appid" : "wx912aa600132dc965",
"UniversalLinks": "" "UniversalLinks" : ""
} }
}, },
"ad": {} "ad" : {}
}, },
"orientation": ["portrait-primary"], "orientation" : [ "portrait-primary" ],
"icons": { "icons" : {
"android": { "android" : {
"hdpi": "unpackage/res/icons/72x72.png", "hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi": "unpackage/res/icons/96x96.png", "xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi": "unpackage/res/icons/144x144.png", "xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi": "unpackage/res/icons/192x192.png" "xxxhdpi" : "unpackage/res/icons/192x192.png"
}, },
"ios": { "ios" : {
"appstore": "unpackage/res/icons/1024x1024.png", "appstore" : "unpackage/res/icons/1024x1024.png",
"ipad": { "ipad" : {
"app": "unpackage/res/icons/76x76.png", "app" : "unpackage/res/icons/76x76.png",
"app@2x": "unpackage/res/icons/152x152.png", "app@2x" : "unpackage/res/icons/152x152.png",
"notification": "unpackage/res/icons/20x20.png", "notification" : "unpackage/res/icons/20x20.png",
"notification@2x": "unpackage/res/icons/40x40.png", "notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x": "unpackage/res/icons/167x167.png", "proapp@2x" : "unpackage/res/icons/167x167.png",
"settings": "unpackage/res/icons/29x29.png", "settings" : "unpackage/res/icons/29x29.png",
"settings@2x": "unpackage/res/icons/58x58.png", "settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight": "unpackage/res/icons/40x40.png", "spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x": "unpackage/res/icons/80x80.png" "spotlight@2x" : "unpackage/res/icons/80x80.png"
}, },
"iphone": { "iphone" : {
"app@2x": "unpackage/res/icons/120x120.png", "app@2x" : "unpackage/res/icons/120x120.png",
"app@3x": "unpackage/res/icons/180x180.png", "app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x": "unpackage/res/icons/40x40.png", "notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x": "unpackage/res/icons/60x60.png", "notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x": "unpackage/res/icons/58x58.png", "settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x": "unpackage/res/icons/87x87.png", "settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x": "unpackage/res/icons/80x80.png", "spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x": "unpackage/res/icons/120x120.png" "spotlight@3x" : "unpackage/res/icons/120x120.png"
} }
} }
}, },
"splashscreen": { "splashscreen" : {
"androidStyle": "common", "androidStyle" : "common",
"android": { "android" : {
"hdpi": "unpackage/res/icons/72x72.png" "hdpi" : "unpackage/res/icons/72x72.png"
}, },
"iosStyle": "default", "iosStyle" : "default",
"useOriginalMsgbox": true "useOriginalMsgbox" : true
} }
}, },
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"quickapp": {}, "quickapp" : {},
"quickapp-native": { "quickapp-native" : {
"icon": "/static/logo.png", "icon" : "/static/logo.png",
"package": "com.example.demo", "package" : "com.example.demo",
"features": [{ "features" : [
"name": "system.clipboard" {
}] "name" : "system.clipboard"
}
]
}, },
"quickapp-webview": { "quickapp-webview" : {
"icon": "static/icon/fengziIcon.png", "icon" : "static/icon/fengziIcon.png",
"package": "com.cn.zmzm", "package" : "com.cn.zmzm",
"minPlatformVersion": 1070, "minPlatformVersion" : 1070,
"versionName": "1.0.1", "versionName" : "1.0.1",
"versionCode": 101 "versionCode" : 101
}, },
"mp-weixin": { "mp-weixin" : {
"appid": "", "appid" : "",
"setting": { "setting" : {
"urlCheck": false "urlCheck" : false
}, },
"usingComponents": true, "usingComponents" : true,
"permission": { "permission" : {
"scope.userLocation": { "scope.userLocation" : {
"desc": "演示定位能力" "desc" : "演示定位能力"
} }
}, },
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-alipay": { "mp-alipay" : {
"usingComponents": true, "usingComponents" : true,
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-baidu": { "mp-baidu" : {
"usingComponents": true, "usingComponents" : true,
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
}, },
"dynamicLib": { "dynamicLib" : {
"editorLib": { "editorLib" : {
"provider": "swan-editor" "provider" : "swan-editor"
} }
} }
}, },
"mp-toutiao": { "mp-toutiao" : {
"usingComponents": true, "usingComponents" : true,
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-jd": { "mp-jd" : {
"usingComponents": true, "usingComponents" : true,
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"h5": { "h5" : {
"template": "template.h5.html", "template" : "template.h5.html",
"router": { "router" : {
"mode": "history", "mode" : "history",
"base": "" "base" : ""
}, },
"sdkConfigs": { "sdkConfigs" : {
"maps": { "maps" : {
"qqmap": { "qqmap" : {
"key": "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU" "key" : "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU"
} }
} }
}, },
"async": { "async" : {
"timeout": 20000 "timeout" : 20000
}, },
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"vueVersion": "2", "vueVersion" : "2",
"mp-kuaishou": { "mp-kuaishou" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-lark": { "mp-lark" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"mp-qq": { "mp-qq" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"quickapp-webview-huawei": { "quickapp-webview-huawei" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"quickapp-webview-union": { "quickapp-webview-union" : {
"uniStatistics": { "uniStatistics" : {
"enable": true "enable" : true
} }
}, },
"uniStatistics": { "uniStatistics" : {
"version": "2", "version" : "2",
"enable": true "enable" : true
} }
} }