Add check-in feature and update travel planner UI
This commit is contained in:
+26
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "用于在全域地图显示实时位置,并优化文旅行程顺序"
|
||||
"desc": "用于地图定位、行程优化和到点打卡判断"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
@@ -9,6 +9,7 @@
|
||||
"startLocationUpdate",
|
||||
"onLocationChange"
|
||||
],
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"easycom": {
|
||||
"custom": {
|
||||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
@@ -33,7 +34,29 @@
|
||||
"type": "page",
|
||||
"layout": "map",
|
||||
"style": {
|
||||
"navigationBarTitleText": "AI 文旅助手",
|
||||
"navigationBarTitleText": "文旅助手",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#f4f8f6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/check-in/index",
|
||||
"type": "page",
|
||||
"layout": "map",
|
||||
"style": {
|
||||
"navigationBarTitleText": "点位打卡",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#f4f8f6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/check-in/records",
|
||||
"type": "page",
|
||||
"layout": "map",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的打卡",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#f4f8f6"
|
||||
@@ -96,7 +119,7 @@
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/assistant/index",
|
||||
"text": "AI 助手",
|
||||
"text": "文旅助手",
|
||||
"iconPath": "static/tabbar/assistant.png",
|
||||
"selectedIconPath": "static/tabbar/assistant-selected.png"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user