Revert "Exclude concurrent public traffic work"

This reverts commit 7fc0850f83.
This commit is contained in:
2026-07-26 05:23:25 +00:00
parent 7fc0850f83
commit fa87f5565c
6 changed files with 583 additions and 0 deletions
+6
View File
@@ -32,6 +32,7 @@ import TroopView from '../views/TroopView.vue';
import YearbookView from '../views/YearbookView.vue';
import NationBettingView from '../views/NationBettingView.vue';
import NpcListView from '../views/NpcListView.vue';
import TrafficView from '../views/TrafficView.vue';
import { useSessionStore } from '../stores/session';
const routes = [
@@ -257,6 +258,11 @@ const routes = [
requiresGeneral: true,
},
},
{
path: '/traffic',
name: 'traffic',
component: TrafficView,
},
{
path: '/npc-list',
name: 'npc-list',