重构Cookie监控系统:添加Web管理后台、Vue3前端界面、Cookie Cloud参数支持、5秒倒计时自动刷新、专业UI配色

This commit is contained in:
bwstudio
2026-04-17 22:37:28 +08:00
parent ed95ce5b23
commit 70802b9b50
44 changed files with 2923 additions and 3654 deletions
+15
View File
@@ -0,0 +1,15 @@
"""
配置文件
"""
# 后台服务地址
BACKEND_URL = "http://localhost:5000"
# 浏览器配置
BROWSER_TYPE = "edge" # edge 或 chrome
HEADLESS_MODE = False # 是否无头模式
# 检测间隔(秒)
CHECK_INTERVAL = 30
# 页面加载超时时间(秒)
PAGE_LOAD_TIMEOUT = 30