feat(platform): add dedicated time monitor workspace

This commit is contained in:
lingniu
2026-07-06 04:09:35 +08:00
parent 4ce466895a
commit 6b9f269b89
6 changed files with 255 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import type { PageKey } from '../layout/AppShell';
const pageKeys = new Set<PageKey>(['dashboard', 'vehicles', 'map', 'realtime', 'detail', 'history', 'history-query', 'mileage', 'alert-events', 'quality', 'notification-rules', 'ops-quality']);
const pageKeys = new Set<PageKey>(['dashboard', 'vehicles', 'map', 'realtime', 'detail', 'history', 'history-query', 'mileage', 'time-monitor', 'alert-events', 'quality', 'notification-rules', 'ops-quality']);
export type AppRoute = {
page?: PageKey;