chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"name": "缘友",
|
||||
"appid": "__UNI__B54FC01",
|
||||
"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": {
|
||||
"uni-location": {
|
||||
"system": {}
|
||||
},
|
||||
"uni-map": {},
|
||||
"uni-payment": {},
|
||||
"uni-barcode-scanning": {}
|
||||
},
|
||||
"icons": {
|
||||
"hdpi": "D:/User/Desktop/缘友/icon72.png",
|
||||
"xhdpi": "D:/User/Desktop/缘友/icon96.png",
|
||||
"xxhdpi": "D:/User/Desktop/缘友/icon144.png",
|
||||
"xxxhdpi": "D:/User/Desktop/缘友/icon192.png"
|
||||
},
|
||||
"splashScreens": {
|
||||
"default": {
|
||||
"xhdpi": "D:/User/Desktop/缘友/缘友-launch.png"
|
||||
},
|
||||
"background": "#F4A5C5",
|
||||
"icon": {
|
||||
"xhdpi": "D:/User/Desktop/缘友/缘友-logo.png",
|
||||
"xxhdpi": "D:/User/Desktop/缘友/缘友-logo.png",
|
||||
"xxxhdpi": "D:/User/Desktop/缘友/缘友-logo.png"
|
||||
},
|
||||
"background@night": "#D19FD8"
|
||||
},
|
||||
"abiFilters": [
|
||||
"armeabi-v7a",
|
||||
"arm64-v8a",
|
||||
"x86",
|
||||
"x86_64"
|
||||
],
|
||||
"permissions": [
|
||||
"<uses-permission android:name=\"com.unionpay.merchant.permission\" />"
|
||||
]
|
||||
}
|
||||
},
|
||||
"app-ios": {
|
||||
"distribute": {
|
||||
"modules": {},
|
||||
"icons": {},
|
||||
"splashScreens": {}
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"router": {
|
||||
"mode": ""
|
||||
}
|
||||
},
|
||||
"app-harmony": {
|
||||
"distribute": {
|
||||
"deviceTypes": [
|
||||
"phone"
|
||||
],
|
||||
"bundleName": "cn.ywxapp.yuanyou",
|
||||
"targetSdkVersion": "6.0.0(20)",
|
||||
"compatibleSdkVersion": "6.0.0(20)",
|
||||
"splashScreens": {
|
||||
"startWindowIcon": "D:/User/Desktop/icon192.png"
|
||||
},
|
||||
"modules": {
|
||||
"uni-location": {
|
||||
"system": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user