tweak game

This commit is contained in:
syuilo
2024-01-07 13:19:10 +09:00
parent 8bf6d31334
commit 00e195f50b
15 changed files with 245 additions and 54 deletions

View File

@@ -528,7 +528,7 @@ export const routes = [{
component: page(() => import('./pages/clicker.vue')),
loginRequired: true,
}, {
path: '/drop-and-fusion',
path: '/bubble-game',
component: page(() => import('./pages/drop-and-fusion.vue')),
loginRequired: true,
}, {