Initial commit: gmTouringMiniApp project

This commit is contained in:
周瑞哲
2026-07-30 16:04:34 +08:00
commit ebcae02d35
201 changed files with 49545 additions and 0 deletions
+112
View File
@@ -0,0 +1,112 @@
{
"permission": {
"scope.userLocation": {
"desc": "用于在全域地图显示实时位置,并优化文旅行程顺序"
}
},
"requiredPrivateInfos": [
"getLocation",
"startLocationUpdate",
"onLocationChange"
],
"easycom": {
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/map/index",
"type": "home",
"layout": "map",
"style": {
"navigationBarTitleText": "光明文旅地图",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"disableScroll": true
}
},
{
"path": "pages/assistant/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "AI 文旅助手",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/itinerary/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "推荐路线",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/planner/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "AI 路线规划",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/poi/detail",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "点位详情",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f7f6"
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f7f6",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "光明文旅地图",
"app-plus": {
"titleNView": false
}
},
"tabBar": {
"color": "#718078",
"selectedColor": "#167a5b",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/map/index",
"text": "全域地图",
"iconPath": "static/tabbar/map.png",
"selectedIconPath": "static/tabbar/map-selected.png"
},
{
"pagePath": "pages/assistant/index",
"text": "AI 助手",
"iconPath": "static/tabbar/assistant.png",
"selectedIconPath": "static/tabbar/assistant-selected.png"
},
{
"pagePath": "pages/planner/index",
"text": "路线规划",
"iconPath": "static/tabbar/planner.png",
"selectedIconPath": "static/tabbar/planner-selected.png"
}
]
},
"subPackages": []
}