feat: 完善 WebUI 功能

This commit is contained in:
foxhui
2025-12-20 18:35:53 +08:00
parent c8c7aec0e1
commit 10c96e420f
32 changed files with 1395 additions and 507 deletions
+6
View File
@@ -16,6 +16,12 @@ export const useSystemStore = defineStore('system', {
free: 0
},
// 安全模式状态
safeMode: {
enabled: false,
reason: null
},
// 仪表盘统计信息
stats: {
totalRequests: 0,