feat: 聚合模式增加闲时监控,支持获取指定域名的Cookie

This commit is contained in:
foxhui
2025-12-13 16:35:42 +08:00
Unverified
parent e0c4c80739
commit d3129d0641
8 changed files with 94 additions and 15 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ export function loadConfig() {
if (!config.backend.merge) {
config.backend.merge = {
enable: false,
type: ['zai_is', 'lmarena']
type: ['zai_is', 'lmarena'],
monitor: null
};
}