Commit Graph

21 Commits

Author SHA1 Message Date
戒酒的李白 0c6a40b869 🚀 Major Upgrade! Visual Workflow Orchestrator and AI-Powered Crawler Implemented. Added Model Arena Feature and Efficiency Optimizations (Two-Level Caching Architecture + End-to-End Performance Enhancements). 2025-03-13 13:14:35 +08:00
阿彭Baileys b4f14ae3e7 Bilingual support, with full system support for Chinese and English switching. 2025-03-09 19:09:00 +08:00
戒酒的李白 f81a71e970 Comprehensive security enhancement, fix race conditions and injection vulnerabilities. 2025-03-08 00:17:42 +08:00
戒酒的李白 e0719583fc Optimize database connection management in spider module, fix WebSocket handling and parameter validation. 2025-02-25 10:27:41 +08:00
戒酒的李白 1180f285a0 Add a visual control panel for the crawler, supporting customization of topics and parameter configuration. 2025-02-23 23:30:54 +08:00
戒酒的李白 c62f2b2a8e Added a logging utility class and supplemented, standardized the logging output for all modules. 2025-01-27 18:09:30 +08:00
Asy0y0 45324ee19b Added dynamic scheduling functionality to adjust crawler execution intervals based on crawl duration and data volume. 2025-01-12 18:34:09 +08:00
戒酒的李白 e58f105761 More convenient project initialization, with database initialization added to app.py. 2025-01-09 23:30:15 +08:00
craiemer ad3a20018d 添加日志输出 2024-12-14 19:11:51 +08:00
sukiun 158c0b8cea Update app.py
1,中间件代码逻辑可以优化,以减少重复的 return 语句,并提高可读性
2,为了更好地调试和监控,建议为应用添加日志记录,捕获用户请求和错误
2024-12-10 20:52:22 +08:00
戒酒的李白 4ab789af4b 【bug修复】去除掉了两个模块,让项目能够启动不报错 2024-07-04 18:16:48 +08:00
redhongx f7939fa6c7 【app.py】注释部分情感分析相关代码 2024-07-04 17:30:17 +08:00
redhongx 0f0b170da3 【app.py】修正调度器bug 2024-07-04 15:15:44 +08:00
redhongx e6008ed0fb 【app.py】调度器调度cutComments.py和cipingTotal.py 2024-07-04 14:03:26 +08:00
YYL469 b9558ad943 修改爬虫bug 2024-07-04 13:19:34 +08:00
YYL469 9bebd200b7 优化爬虫代码 2024-07-04 09:41:18 +08:00
YYL469 c0686430de 增加spider脚本,每5小时爬取一次数据 2024-07-03 21:55:16 +08:00
戒酒的李白 97e94c26b9 【app.py】路径配置 2024-07-03 15:22:04 +08:00
戒酒的李白 38dd6686d5 【app.py】添加路由拦截器:错误路径跳转404 2024-07-03 00:31:12 +08:00
戒酒的李白 ef1d471a30 【app.py】退出登录后清楚session 2024-07-03 00:20:13 +08:00
戒酒的李白 8212781527 【app.py】项目入口文件,helloFlask! 2024-07-02 16:04:07 +08:00