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
+4 -1
View File
@@ -93,7 +93,10 @@ const queueManager = createQueueManager(
{
initBrowser,
generateImage,
config
config,
navigateToMonitor: backend.navigateToMonitor
? () => backend.navigateToMonitor(config)
: null
}
);