feat(前端状态): 添加运维监控状态管理和路由

- 新增 adminSettings store 管理 ops 配置状态
- 注册 adminSettings store 到全局 store
- 添加 ops 监控相关路由(dashboard, alerts, realtime, settings)
This commit is contained in:
IanShaw027
2026-01-09 20:59:02 +08:00
parent 11d063e3c4
commit 337a188660
3 changed files with 143 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
export { useAuthStore } from './auth'
export { useAppStore } from './app'
export { useAdminSettingsStore } from './adminSettings'
export { useSubscriptionStore } from './subscriptions'
export { useOnboardingStore } from './onboarding'