Initial commit of akmon project
This commit is contained in:
116
manifest.json
Normal file
116
manifest.json
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"name": "运动监护",
|
||||
"appid": "__UNI__F0825AF",
|
||||
"description": "监护运动健康,给出AI建议",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
"uni-app-x": {},
|
||||
/* 快应用特有相关 */
|
||||
"quickapp": {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin": {
|
||||
"appid": "wxb4c682ba01c56770",
|
||||
"setting": {
|
||||
"urlCheck": false
|
||||
},
|
||||
"usingComponents": true,
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "获得为你送货的地址"
|
||||
}
|
||||
},
|
||||
"unipush": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"mp-alipay": {
|
||||
"usingComponents": true
|
||||
},
|
||||
"mp-baidu": {
|
||||
"usingComponents": true
|
||||
},
|
||||
"mp-toutiao": {
|
||||
"usingComponents": true
|
||||
},
|
||||
"uniStatistics": {
|
||||
"enable": false
|
||||
},
|
||||
"vueVersion": "3",
|
||||
"app": {
|
||||
"distribute": {
|
||||
"android": {
|
||||
"permissions": [
|
||||
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
|
||||
"<uses-permission android:name=\"android.permission.INTERNET\"/>",
|
||||
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
|
||||
"<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/>"
|
||||
]
|
||||
},
|
||||
"icons": {
|
||||
"android": {
|
||||
"hdpi": "unpackage/res/icons/72x72.png",
|
||||
"xhdpi": "unpackage/res/icons/96x96.png",
|
||||
"xxhdpi": "unpackage/res/icons/144x144.png",
|
||||
"xxxhdpi": "unpackage/res/icons/192x192.png"
|
||||
},
|
||||
"ios": {
|
||||
"appstore": "unpackage/res/icons/1024x1024.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"app-android": {
|
||||
"distribute": {
|
||||
"modules": {
|
||||
"uni-location": {
|
||||
"system": {},
|
||||
"tencent": {
|
||||
"key": "TZUBZ-5MHO3-EDS3P-RPLZC-M3TT7-BUBTI\n"
|
||||
}
|
||||
},
|
||||
"uni-map": {
|
||||
"tencent": {
|
||||
"key": "TZUBZ-5MHO3-EDS3P-RPLZC-M3TT7-BUBTI\n"
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"hdpi": "unpackage/res/icons/72x72.png",
|
||||
"xhdpi": "unpackage/res/icons/96x96.png",
|
||||
"xxhdpi": "unpackage/res/icons/144x144.png",
|
||||
"xxxhdpi": "unpackage/res/icons/192x192.png"
|
||||
},
|
||||
"splashScreens": {
|
||||
"default": {
|
||||
"xxhdpi": "H:/blews/akmon/unpackage/res/1761574985.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"app-ios": {
|
||||
"distribute": {
|
||||
"modules": {
|
||||
"uni-location": {
|
||||
"tencent": {
|
||||
"key": "TZUBZ-5MHO3-EDS3P-RPLZC-M3TT7-BUBTI\n"
|
||||
}
|
||||
},
|
||||
"uni-map": {
|
||||
"tencent": {
|
||||
"key": "TZUBZ-5MHO3-EDS3P-RPLZC-M3TT7-BUBTI\n"
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"appstore": "unpackage/res/icons/1024x1024.png"
|
||||
},
|
||||
"splashScreens": {},
|
||||
"urltypes": "aimon;jiance;"
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"router": {
|
||||
"mode": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user