Initial commit of akmon project

This commit is contained in:
2026-01-20 08:04:15 +08:00
commit 77a2bab985
1309 changed files with 343305 additions and 0 deletions

116
manifest.json Normal file
View 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": ""
}
}
}