新增后台管理系统

功能模块:
- 仪表盘: 统计数据概览、快速操作入口
- 资料池管理: 查看、搜索、删除资料
- 文章历史: 查看历史文章列表和主题标签
- 工作流控制: 新建工作流、配置参数、启动流程
- 系统设置: LLM配置、文章类型、数据管理

技术栈:
- Flask Web框架
- Tailwind CSS
- RESTful API
- 实时LLM连接测试
This commit is contained in:
2026-04-08 11:48:39 +08:00
parent 3094a5cb56
commit 45b8c70cb9
7 changed files with 1320 additions and 1 deletions

View File

@@ -1 +1,3 @@
requests>=2.28.0
requests>=2.28.0
flask>=2.3.0
flask-cors>=4.0.0