Commit Graph

7 Commits

Author SHA1 Message Date
renjianbo
3b806e2bde refactor: project restructuring - migrate to modular directory layout
- Move root-level docs into docs/ directory
- Move config files into config/ directory
- Move docker files into docker/ directory
- Move test scripts into tests/ directory
- Remove .env from tracking (use .env.example as template)
- Remove .venv/ from tracking (use requirements.txt)
- Add Vue3 frontend app (vue-app/)
- Add new routes: upload, user_templates, meeting_minutes, etc.
- Add database migrations for prompt_template additions
- Fix load_dotenv() to use absolute path for Flask reloader compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-13 22:34:53 +08:00
renjianbo
5dad35de82 feat(prompt-quality): 质量评价与对比模块 API、脚本与 Vue 页面
Made-with: Cursor
2026-04-06 19:02:21 +08:00
rjb
78aab17511 后台管理页面导航栏修改为侧边 2025-09-07 22:33:16 +08:00
rjb
09065f2ce7 完成Gunicorn启动服务器的指南文档和快速启动停止脚本 2025-08-24 23:40:44 +08:00
cc8d488bd9 密钥写死,处理报错 2025-08-18 22:39:34 +08:00
2cb7ce5c66 代码重构,删除无用文件 2025-08-17 18:52:05 +08:00
25739829e4 提示词专家 2025-02-23 09:07:52 +08:00