feat(frontend): add new game

This commit is contained in:
syuilo
2024-01-06 20:15:28 +09:00
parent 072f67d6e7
commit 746367004e
18 changed files with 827 additions and 4 deletions

View File

@@ -527,6 +527,10 @@ export const routes = [{
path: '/clicker',
component: page(() => import('./pages/clicker.vue')),
loginRequired: true,
}, {
path: '/drop-and-fusion',
component: page(() => import('./pages/drop-and-fusion.vue')),
loginRequired: true,
}, {
path: '/timeline',
component: page(() => import('./pages/timeline.vue')),