fix: user gretting record

This commit is contained in:
zzc
2026-03-13 05:27:24 +08:00
parent 41eaf2e269
commit 25b176baa9
3 changed files with 146 additions and 0 deletions

View File

@@ -79,6 +79,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/daily/greeting/index'),
meta: { title: '问候语配置', icon: 'setting' },
},
{
path: 'greetingStreak',
name: 'GreetingStreak',
component: () => import('@/views/spring/daily/greetingStreak/index'),
meta: { title: '问候记录', icon: 'list' },
},
],
},
{