Commit Graph

716 Commits

Author SHA1 Message Date
马一丁 dd963d6689 Merge pull request #365 from 666ghj/main
Update config.
2025-11-17 17:19:21 +08:00
666ghj 3849c6ef52 Update config. 2025-11-17 16:10:45 +08:00
马一丁 45ef1b0779 Merge pull request #354 from 666ghj/main
Sync
2025-11-15 22:49:13 +08:00
马一丁 a5b9b5a670 Fixed Export Garbled Character Issue 2025-11-15 20:15:50 +08:00
马一丁 904df34294 Optimize the Rendering Process 2025-11-15 18:01:55 +08:00
马一丁 a12ac4234d Optimize the Handling of Low Word Counts 2025-11-15 17:46:42 +08:00
马一丁 cab812e261 Repair the Logic of the Log Viewing System 2025-11-15 16:21:49 +08:00
马一丁 6e8741f0ae Optimize Rendering Logic with New IR Binding 2025-11-15 15:24:10 +08:00
马一丁 fd1a23c7fb Improve IR Binding Logic 2025-11-15 15:23:05 +08:00
马一丁 90d12a092d Enhance Repair Capabilities 2025-11-15 15:22:31 +08:00
马一丁 fa1ebc07ec Optimize Re-output Logic 2025-11-15 14:45:20 +08:00
马一丁 bae13bf434 Improved Formatted Output 2025-11-15 13:39:05 +08:00
马一丁 b6b2a0fb76 Correction Retry Logic 2025-11-15 10:55:44 +08:00
马一丁 f87389c7b6 Add Comments 2025-11-15 10:55:15 +08:00
马一丁 6e3abf8d15 Update README.md 2025-11-15 03:07:50 +08:00
马一丁 3e1b47d1f9 Update README-EN.md 2025-11-15 03:07:46 +08:00
马一丁 5e1fbc97cc Add Comments 2025-11-15 02:54:29 +08:00
马一丁 5ef63ece78 Improve the Security of Regular Expression Matching 2025-11-15 02:46:09 +08:00
马一丁 79a015b77a Improve PDF Export 2025-11-15 02:37:01 +08:00
马一丁 4798424f23 Allow LLM Repair 2025-11-15 02:21:12 +08:00
马一丁 9b9188faba Feature-Test RE Sanitization 2025-11-15 02:09:18 +08:00
马一丁 8aa114df4a Fix-Multiple Directories 2025-11-15 02:08:24 +08:00
马一丁 62b8276aa8 Fix-“必须是非空数组” 2025-11-15 02:07:56 +08:00
马一丁 f64f973f57 Improved Rendering 2025-11-14 23:45:28 +08:00
马一丁 2209319264 Update README-EN.md 2025-11-14 23:21:44 +08:00
马一丁 d6f1afd4e4 Update README.md 2025-11-14 23:21:36 +08:00
马一丁 6d0e8f4b8c Add Comments 2025-11-14 19:44:04 +08:00
马一丁 52eed4d010 Increase DeepSeek Compatibility 2025-11-14 17:55:28 +08:00
666ghj aa3b913037 Change configuration description guide. 2025-11-14 11:45:47 +08:00
666ghj 01d9804861 Update email. 2025-11-13 23:52:40 +08:00
马一丁 e267b1fc04 Add Comments 2025-11-13 22:49:59 +08:00
马一丁 82152547e1 Improved Rendering 2025-11-13 22:31:02 +08:00
马一丁 fa787af135 Streaming 2025-11-13 22:30:36 +08:00
ghmark675 776963033f Merge pull request #340 from 666ghj/fix/docker-env-file-config
Fix/docker env file config
2025-11-13 20:22:27 +08:00
ghmark675 13ed9953de docs(README): update quick start guide
add .env file declaration
2025-11-13 19:11:34 +08:00
ghmark675 4f9ff3d1fe Merge pull request #322 from JasonDylan/fix/docker-env-file-config
fix: correctly load environment variables in docker-compose / fix: docker-compose 修复部署时网页无env配置
2025-11-13 18:34:03 +08:00
666ghj 9d6e4946e8 Update operation guide in UI and config file. 2025-11-13 17:33:58 +08:00
马一丁 1c2f82e285 Add Cryptography 2025-11-13 11:37:50 +08:00
马一丁 3e4aa6366d Add Comments 2025-11-13 11:37:13 +08:00
马一丁 4846b1f758 Blocked HTML 2025-11-13 10:56:28 +08:00
666ghj 403dbbd296 Delete small bat. 2025-11-13 00:55:38 +08:00
BaiFu f004407f4b Add final report download button (#329)
* fix(app): 改进应用健康检查机制并更新默认配置

添加专用的健康检查路径和代理配置,重构健康检查URL构建逻辑
增加健康检查失败时的日志记录
延长应用启动等待时间至90秒

* style(templates): 统一CSS选择器缩进格式并修复空格问题

* feat(报告下载): 实现报告文件下载功能并增强任务状态管理

- 在ReportAgent中修改generate_report返回包含文件路径的字典
- 在ReportTask中添加文件路径相关字段
- 新增/download接口用于下载报告文件
- 在前端添加下载按钮及相关控制逻辑
- 完善任务状态显示,增加文件路径信息

* feat(report): 添加报告下载功能并优化状态管理

- 在ReportAgent中返回报告文件保存路径信息
- 新增Flask接口/download/<task_id>用于下载报告文件
- 在前端添加下载按钮及相关控制逻辑
- 修复报告生成状态重置问题
- 优化健康检查URL构建和代理设置
- 统一CSS样式中的空格和缩进

---------

Co-authored-by: HKLHaoBin <we3q@qq.com>
Co-authored-by: Zhang Yuxiang <51037789+NTFago@users.noreply.github.com>
2025-11-13 00:48:52 +08:00
刘硕 516f37bd25 feat: api 隐藏可选
给api添加了隐藏选项
2025-11-13 00:38:42 +08:00
JasonDylan fd6ffaa012 fix: correctly load environment variables in docker-compose / fix: docker-compose 修复 Docker 部署时网页配置修改无效的问题 2025-11-12 14:55:23 +08:00
ghmark675 b6c5c4182c docs: update contributing 2025-11-11 20:10:10 +08:00
666ghj 3a96bd4186 Hotfix: Increase forum timeout to better accommodate existing system stability. 2025-11-11 11:49:14 +08:00
ghmark675 79e7123456 Merge pull request #303 from 666ghj/dev
Dev
2025-11-11 10:45:05 +08:00
ghmark675 6db203b636 Merge pull request #302 from 666ghj/docs/contributing
Docs/contributing
2025-11-11 10:42:56 +08:00
ghmark675 dd8274c363 docs: Update CONTRIBUTING-EN.md with sync instruction
Added instruction to synchronize the latest code from the remote dev branch.
2025-11-11 10:40:47 +08:00
ghmark675 d29fc6de1c docs: Update CONTRIBUTING.md with pull instruction
Added instruction to pull latest code from remote dev branch.
2025-11-11 10:39:48 +08:00