mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 完善 WebUI 功能
This commit is contained in:
@@ -16,6 +16,12 @@ export const useSystemStore = defineStore('system', {
|
||||
free: 0
|
||||
},
|
||||
|
||||
// 安全模式状态
|
||||
safeMode: {
|
||||
enabled: false,
|
||||
reason: null
|
||||
},
|
||||
|
||||
// 仪表盘统计信息
|
||||
stats: {
|
||||
totalRequests: 0,
|
||||
|
||||
Reference in New Issue
Block a user