Commit Graph

69 Commits

Author SHA1 Message Date
戒酒的李白 231d533ece Optimize the crawler configuration page, add multi-account parallel functionality, adapt AI configuration features, and include database configuration options. 2025-03-15 13:19:41 +08:00
戒酒的李白 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
戒酒的李白 5630b30002 Comprehensive enhancement of user authentication system security, including password storage, session management, XSS/CSRF protection, etc. 2025-03-07 19:32:19 +08:00
多多 673eb0245a 注册漏洞修复,增强用户认证系统安全性 2025-03-06 08:14:16 +08:00
戒酒的李白 f85298c021 Spider System Performance & Stability Enhancement 2025-03-04 10:45:37 +08:00
戒酒的李白 e0719583fc Optimize database connection management in spider module, fix WebSocket handling and parameter validation. 2025-02-25 10:27:41 +08:00
戒酒的李白 930046fd5c Add AI-powered Spider Configuration Assistant. 2025-02-24 17:10:23 +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
戒酒的李白 dfe1a833f9 Modify naming conventions that may cause confusion and consolidate code files. 2025-02-13 15:56:34 +08:00
戒酒的李白 9106d8ed3d Add DeepSeek model selection UI support. 2025-02-12 18:21:27 +08:00
戒酒的李白 12a8732bd2 More model support, including OpenAI and Claude, with corresponding updates to the README documentation. 2025-02-11 22:41:09 +08:00
戒酒的李白 a60a0f3296 A more comprehensive large model analysis setup, front-end interface optimization. 2025-02-11 22:30:52 +08:00
戒酒的李白 8ec05efe27 Integrating the OpenAI API for in-depth comment analysis, with usability to be debugged. 2025-02-10 00:10:14 +08:00
戒酒的李白 8249ec0048 Implement a two-level caching system (memory + disk) to optimize topic switch response speed, support asynchronous writing, and automatically clean up expired data. 2025-02-09 22:06:46 +08:00
戒酒的李白 607db7317e Optimize model loading and prediction performance, implement the singleton pattern, and provide comprehensive error handling and error messages, along with confidence level display. 2025-02-08 23:00:11 +08:00
戒酒的李白 1707c2c3de Added a feature to select the emotion analysis model, supporting switching between the basic and improved models. 2025-02-04 21:06:33 +08:00
戒酒的李白 826de6184d The old emotion recognition model has been replaced with the new model_pro, and the results have been integrated into the project. 2025-02-04 21:03:45 +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 06e6060b7a Delete some unnecessary introductions 2025-01-12 03:18:25 -06:00
lycorisk 38c11b05d5 Update user.py
1,密码哈希:
    将密码加盐哈希的逻辑抽取到 hash_password 函数中,提高代码复用性。
2,参数化查询:
    使用参数化的 SQL 查询防止 SQL 注入攻击。
3表单字段获取:
    使用 get 方法获取表单字段,并移除多余空格。
4,友好错误提示:
    登录失败时,返回错误信息,并保留用户名以减少用户重新输入的负担。
2024-12-10 21:28:12 +08:00
suki-un 8e1635e865 更新 index.html 2024-09-30 23:43:03 +08:00
戒酒的李白 e46c61b42c 【最终版1】 2024-07-05 12:25:56 +08:00
juanboy 2713bf9fe2 话题预测界面 2024-07-05 01:38:10 +08:00
juanboy 82bf846b5b 摘虫 2024-07-04 22:56:17 +08:00
juanboy cc8468d9ef Merge remote-tracking branch 'origin/main' 2024-07-04 19:22:36 +08:00
juanboy d139169e09 爬虫结束自动打标注 2024-07-04 19:22:17 +08:00
戒酒的李白 ab8d9f0b39 【数据爬取规则修改】这次以后就不要再用爬虫了,我们的数据库到明天就不要动了 2024-07-04 19:19:27 +08:00
redhongx a1d1e8d4a6 【page.py】【getTableData.py】修改import 2024-07-04 12:40:55 +08:00
戒酒的李白 fe1e02877b 【前端小修改】登陆注册、侧边栏描述文字小修改 2024-07-04 01:41:32 +08:00
戒酒的李白 9600130b9c 【login_and_register.html】描述修改 2024-07-03 22:57:55 +08:00
戒酒的李白 d7da8b909b 【登陆注册】彻底完成 2024-07-03 22:34:04 +08:00
戒酒的李白 1b19855915 【user.py】登录控制器修改 2024-07-03 21:41:44 +08:00
戒酒的李白 d67cc6c4f4 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2024-07-03 20:45:40 +08:00
戒酒的李白 84214d7ccc 【登陆注册】界面修改到一个html,统一接口 2024-07-03 20:45:36 +08:00
kpt e49fc0e517 【user.py】删除后端注册过程中的确认密码逻辑,确认密码在前端完成 2024-07-03 20:43:56 +08:00
kpt afd50ff32f 【page.py】添加话题页接口 2024-07-03 20:35:59 +08:00
戒酒的李白 cd4d568af2 【登录页】初始化中 2024-07-03 20:23:41 +08:00
戒酒的李白 4e0c977978 【登录界面】原始人,启动! 2024-07-03 20:10:05 +08:00
kpt d3fbafc8cf 【删除静态文件】别他妈往上推了 2024-07-03 19:30:11 +08:00
juanboy e497df720e 数据库连接改错了 2024-07-03 19:12:24 +08:00
juanboy fdaf80cbe1 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2024-07-03 19:02:09 +08:00
juanboy ba9fe57784 bug修改 2024-07-03 19:01:59 +08:00
kpt 3acbb1e0fe 【user.py】修复了密码值返回的是函数的 Bug 2024-07-03 18:42:41 +08:00
kpt 86533a51a9 【user.py】修复了哈希是全局变量的bug 2024-07-03 18:39:27 +08:00
kpt c3a95d7419 【删除生成文件】page.cpython-38.pyc 2024-07-03 18:35:50 +08:00
kpt d2f1064065 【user.py】密码存储方式调整为哈希加盐 2024-07-03 18:23:43 +08:00
戒酒的李白 d93da880cf 【bug修复】login小问题修改 2024-07-03 15:29:21 +08:00
戒酒的李白 604dab7588 【bug修复】date改成data 2024-07-03 15:24:49 +08:00