| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "小丁到家",
- "appid": "__UNI__9F955ED",
- "description": "",
- "versionName": "1.0.0",
- "versionCode": "100",
- "uni-app-x": {},
- /* 快应用特有相关 */
- "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": {}
- }
- },
- "web": {
- "router": {
- "mode": ""
- }
- }
- }
|