v1.0 - 文章编写系统初始版本

功能:
- 主题管理(创建/编辑/删除)
- 素材收集(文本/图片)
- Prompt编辑
- 大模型生成文章
- 文章管理(查看/编辑/删除)

技术栈:Flask + SQLite + LLM API
This commit is contained in:
2026-05-21 17:20:13 +08:00
commit d2ce8f54d4
6 changed files with 913 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
# LLM API 配置
LLM_URL=https://your-llm-api/v1/chat/completions
LLM_API_KEY=your-api-key-here
LLM_MODEL=qwen3.6-plus