mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 增加计数功能
This commit is contained in:
@@ -28,7 +28,9 @@ export const useSystemStore = defineStore('system', {
|
||||
successRate: 0,
|
||||
activeWorkers: 0,
|
||||
totalWorkers: 0,
|
||||
avgResponseTime: 0
|
||||
avgResponseTime: 0,
|
||||
success: 0,
|
||||
failed: 0
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user