feat:增加运动健康模块

This commit is contained in:
2025-11-04 20:05:31 +08:00
parent ed0c8e6664
commit 5f3a7ca5b4
20 changed files with 513 additions and 139 deletions

View File

@@ -29,7 +29,7 @@ export const mobileHomeMeta: IRouteMetaConfig = {
},
'/bill': {
title: '收支记录',
icon: 'home-bill',
icon: '',
order: 2,
redirect: '/bill/data'
},
@@ -51,7 +51,7 @@ export const mobileHomeMeta: IRouteMetaConfig = {
},
'/travel': {
title: '旅行记录',
icon: 'home-food',
icon: '',
order: 4,
redirect: '/travel/spot'
},
@@ -75,6 +75,16 @@ export const mobileHomeMeta: IRouteMetaConfig = {
title: '记录表单',
icon: ''
},
'/health': {
title: '运动健康',
icon: '',
order: 4,
redirect: '/health/calendar'
},
'/health/calendar': {
title: '记录',
icon: ''
},
'/plan': {
title: '时光日程',
icon: 'home-calendar',