forked from zhouruizhe/gmTouringMiniApp
Add check-in feature and update travel planner UI
This commit is contained in:
+4
-2
@@ -5,10 +5,12 @@ export default defineUniPages({
|
||||
// uni-app compiler drops their manifest equivalents.
|
||||
permission: {
|
||||
'scope.userLocation': {
|
||||
desc: '用于在全域地图显示实时位置,并优化文旅行程顺序',
|
||||
desc: '用于地图定位、行程优化和到点打卡判断',
|
||||
},
|
||||
},
|
||||
requiredPrivateInfos: ['getLocation', 'startLocationUpdate', 'onLocationChange'],
|
||||
// 微信小程序仅在页面实际使用组件时注入对应代码,减少启动开销。
|
||||
lazyCodeLoading: 'requiredComponents',
|
||||
easycom: {
|
||||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||||
custom: {
|
||||
@@ -43,7 +45,7 @@ export default defineUniPages({
|
||||
},
|
||||
{
|
||||
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