feat: restore tournament and betting hall UI

This commit is contained in:
2026-07-26 04:29:58 +00:00
parent eec2acc08d
commit 62b7eb6d0c
7 changed files with 1039 additions and 903 deletions
+10
View File
@@ -15,6 +15,7 @@ import BattleSimulatorView from '../views/BattleSimulatorView.vue';
import NpcControlView from '../views/NpcControlView.vue';
import NotFoundView from '../views/NotFoundView.vue';
import TournamentView from '../views/TournamentView.vue';
import BettingView from '../views/BettingView.vue';
import MyPageView from '../views/MyPageView.vue';
import MySettingsView from '../views/MySettingsView.vue';
import BoardView from '../views/BoardView.vue';
@@ -281,6 +282,15 @@ const routes = [
requiresGeneral: true,
},
},
{
path: '/betting',
name: 'betting',
component: BettingView,
meta: {
requiresAuth: true,
requiresGeneral: true,
},
},
{
path: '/login',
name: 'login',