1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 54s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
SunCheng
2026-02-03 17:56:32 +08:00
parent 488667bf9c
commit 952c75bf08
14 changed files with 4779 additions and 2008 deletions

View File

@@ -38,7 +38,7 @@ const router = createRouter({
{
path: '/calendar-v2',
name: 'calendar-v2',
component: () => import('../views/CalendarV2.vue'),
component: () => import('../views/calendarV2/Index.vue'),
meta: { requiresAuth: true }
},
{