-
02cd37db71
feat(dashboard): optimize dashboard layout and add new charts
main
祀梦
2026-04-05 21:04:49 +08:00
-
7d5eaa438a
feat: external plugin loading, score threshold, expiry cleanup and more improvements
祀梦
2026-04-05 18:53:33 +08:00
-
7bc6d4e4de
feat: JSON 配置、质量分与仪表盘,及设置与爬取流程
祀梦
2026-04-05 16:08:32 +08:00
-
07248ff4ee
feat(crawl): browser-like headers, HTTP/2, curl_cffi TLS fingerprint fallback
祀梦
2026-04-05 14:40:36 +08:00
-
ce667dba13
test: skip network/live crawl by default; fix settings e2e key
祀梦
2026-04-05 14:33:29 +08:00
-
e582067316
fix(plugins): fpw parsers for JSON API, mirrors, and looser HTML
祀梦
2026-04-05 14:16:03 +08:00
-
a26ae50051
refactor(crawl): parallel plugins via JobExecutor; per-plugin throttle
祀梦
2026-04-05 14:08:26 +08:00
-
957cee3100
fix(crawl): throttle concurrent CrawlJobs and relax fpw/proxyscrape HTTP
祀梦
2026-04-05 13:48:41 +08:00
-
2c98abaf91
fix(sqlite): avoid validation database locked under high concurrency
祀梦
2026-04-05 13:43:18 +08:00
-
46d84a0cdc
chore: remove scripts/ dir; move settings maintenance to script/settings_maintain.py
祀梦
2026-04-05 13:41:38 +08:00
-
0131c8b408
feat: fpw plugins, validation/crawl perf, WS stats, test DB isolation
祀梦
2026-04-05 13:39:19 +08:00
-
92c7fa19e2
Round 5 fixes: workerpool resize shrink, validator lazy session close, plugin config error handling, 422 message detail, tests
祀梦
2026-04-05 10:39:59 +08:00
-
d5fdfd65d9
Round 4 fixes: scheduler DB save check, empty validation_targets, proxy list page fallback, scheduler frontend state sync, tests
祀梦
2026-04-05 10:31:20 +08:00
-
dc5f050683
Round 3 fixes: cancelled polling, aggregator invalid_count, filter state, scheduler atomicity, HTTP exception handler, tests
祀梦
2026-04-05 10:20:23 +08:00
-
49e440cb41
fix: unify backend port to 18080 and make validator targets configurable
祀梦
2026-04-04 22:47:54 +08:00
-
b972b64616
refactor: 全面重构核心架构,消除反复修改的根因
祀梦
2026-04-04 22:36:57 +08:00
-
4ef7931941
fix: 全面修复代码问题并优化架构
祀梦
2026-04-04 21:03:43 +08:00
-
875e61f17e
fix: 修复设置系统脱节、队列计数漂移、资源泄露等全量问题
祀梦
2026-04-04 20:31:52 +08:00
-
0788a13c8a
chore: 移除临时测试脚本
祀梦
2026-04-04 19:27:49 +08:00
-
f09a8e16c4
fix: 修复爬虫网络层、验证队列卡死及 API 500 错误
祀梦
2026-04-04 19:27:36 +08:00
-
635c524a7e
refactor(backend): optimize database safety, validator performance, and scheduler concurrency
祀梦
2026-04-04 14:43:31 +08:00
-
abb8b32ed3
fix: 更换前端端口 9948 -> 18081 解决 Windows 权限问题
祀梦
2026-04-04 13:38:08 +08:00
-
eeb16774d7
fix: 更换后端端口 9949 -> 18080 解决 Windows 绑定权限问题
祀梦
2026-04-04 13:37:17 +08:00
-
38bd66128b
重构: 迁移后端代码到 app 目录,前端移动到 WebUI,添加完整测试套件
祀梦
2026-04-04 13:32:36 +08:00
-
df3cc87f88
fix(scripts): 修复 Windows 启动脚本兼容性和稳定性问题
祀梦
2026-04-02 22:19:59 +08:00
-
25bfaf718e
修复 ValidationQueue 重启恢复:启动时唤醒 Worker 处理 pending 任务
祀梦
2026-04-02 12:42:05 +08:00
-
66943df864
实现插件配置持久化与任务队列持久化
祀梦
2026-04-02 12:35:06 +08:00
-
b77641f059
全面清理冗余与过度分层
祀梦
2026-04-02 12:26:22 +08:00
-
33a038367d
清理项目冗余文件与死代码
祀梦
2026-04-02 12:18:58 +08:00
-
96bac1a7c1
修复 CORS 配置:加入前端默认端口 9948
祀梦
2026-04-02 12:15:08 +08:00
-
7336070cc3
修复启动脚本:后端入口从 api_server.py 更新为 main.py
祀梦
2026-04-02 12:11:57 +08:00
-
a1ddcc6f7a
新增 ProxyScrape 测试爬虫插件
祀梦
2026-04-02 12:02:39 +08:00
-
209a744d94
全面架构重构:建立分层架构与高度可扩展的插件系统
祀梦
2026-04-02 11:55:05 +08:00
-
a79f78b338
重构代理池系统:简化架构并增强核心功能
祀梦
2026-04-02 11:23:23 +08:00
-
b5932a95b2
任务管理页面后端优化:提升进度更新频率和状态详细程度
祀梦
2026-01-27 23:15:43 +08:00
-
466c77b28d
后端代码优化:修复关键bug并提升性能
祀梦
2026-01-27 23:00:42 +08:00
-
209f03a238
优化前端代码架构 - 提取CSS变量和工具类
祀梦
2026-01-27 21:58:28 +08:00
-
e1d9a63e3b
修复爬虫验证器session生命周期问题,将validator上下文管理器移至tasks_manager内部,确保session在整个验证过程中保持打开状态;同时修改CORS配置支持所有来源访问
祀梦
2026-01-27 21:56:23 +08:00
-
2d39f48f6f
fix variable parsing error in stop.ps1
祀梦
2026-01-27 21:55:35 +08:00
-
c55793bae5
improve stop script with better error handling
祀梦
2026-01-27 21:50:46 +08:00
-
74fa0c60ad
update README.md with latest ports and project structure
祀梦
2026-01-27 21:32:39 +08:00
-
253350d1f2
remove test scripts and update gitignore
祀梦
2026-01-27 21:29:57 +08:00
-
b06044c91c
first commit
祀梦
2026-01-27 21:17:36 +08:00