chore: initialize frontend miniapp repository

This commit is contained in:
lyf
2026-06-09 21:08:45 +08:00
commit a90f63cef0
107 changed files with 60454 additions and 0 deletions

63
src/manifest.json Normal file
View File

@@ -0,0 +1,63 @@
{
"name": "museum-guide-v4.0",
"appid": "__UNI__MUSEUM",
"description": "深圳自然博物馆智能导览应用",
"versionName": "4.0.0",
"versionCode": "400",
"transformPx": false,
"app-plus": {
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
"modules": {},
"distribute": {
"android": {
"permissions": []
},
"ios": {},
"sdkConfigs": {}
}
},
"quickapp": {},
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": false
},
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于地图导航"
}
}
},
"mp-alipay": {
"usingComponents": true
},
"mp-baidu": {
"usingComponents": true
},
"mp-toutiao": {
"usingComponents": true
},
"h5": {
"title": "深圳自然博物馆智能导览",
"router": {
"mode": "hash",
"base": "./"
},
"sdkConfigs": {
"maps": {
"qqmap": {
"key": "EJPBZ-DQEEQ-PDN5U-4ZDVX-F4I3F-6MBJC"
}
}
}
}
}