diff --git a/PROGRESS.md b/PROGRESS.md index 10c4b47..ebd255b 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -3,7 +3,7 @@ > 本文件为项目进度唯一真理源,所有进度信息以此为准。 > 其他文档中的进度描述一律以本文为准。 -**最后更新**:2026-05-13 +**最后更新**:2026-05-13 (v2) --- @@ -15,7 +15,7 @@ | 技术栈 | FastAPI + SQLAlchemy + PostgreSQL 15 + Vue 3 (CDN) + Element Plus | | 平台服务 | 运行中 (端口 8001) | | 策略阶段 | 全球-本土对比研究(2026-04-15 升级) | -| Git 提交 | 90 commits · 4 tags (v1.0.0~v1.0.4) · main 分支 | +| Git 提交 | 91 commits · 4 tags (v1.0.0~v1.0.4) · main 分支 | --- @@ -53,6 +53,7 @@ | 服务 | ✅ 运行中 | 端口 8001 | | 数据库迁移 (SQLite→PostgreSQL) | ✅ 完成 | 2026-05-08 | | PWA 离线支持 | ✅ 完成 | manifest.json + Service Worker + 离线页面 | +| articles 表 + 数据迁移 | ✅ 完成 | 48 篇文章从文件系统迁入 DB,释放文件已清理 | ### 4.2 内容生产 @@ -64,8 +65,8 @@ | 合规审查 | ✅ 完成 | 评分 9.2/10,引用来源补充完成 | | 多平台发布 (001 / BBB1CC / A01) | ✅ 完成 | 知乎/微信/小红书 三平台均已发布 | | 银发科技适配指南 | ⏳ 写作中 | drafts 中 302 行初稿 | -| F01 AI写作实战 | ✅ 研究完成 | 研究笔记 + 大纲 + 三平台发布文件已生成 (05-13) | -| F02 平台差异策略 | ✅ 研究完成 | 研究笔记 + 大纲 + 三平台发布文件已生成 (05-13) | +| F01 AI写作实战 | ✅ 已入库 | 三平台文章已存入 articles 表,待审查通过后发布 | +| F02 平台差异策略 | ✅ 已入库 | 三平台文章已存入 articles 表,待审查通过后发布 | ### 4.3 自动化系统 @@ -74,10 +75,20 @@ | publish_to_zhihu.sh | ✅ 可用 | 知乎自动发布 | | publish_to_wechat_mp.sh | ✅ 可用 | 微信公众号自动发布 | | generate_images.py / image_generator.py | ✅ 可用 | SVG + PNG 配图生成 | -| compliance_checker.py | ✅ 可用 | 合规审查 | +| compliance_checker.py | ✅ 可用 | 合规审查(敏感词/平台规则/品牌规范) | +| compliance_optimizer.py | ✅ 重构 | 跨日期搜索,从 articles 表读取 HTML,DB 配置 LLM | | creator.py / writer.py / outline.py / research.py | ✅ 可用 | 自动化创作流水线 | -| collector.py / collector_db_integration.py | ✅ 可用 | 趋势采集(05-13 已运行) | +| collector.py / collector_db_integration.py | ✅ 可用 | 趋势采集 | | wecom_notifier.py | ✅ 可用 | 企业微信通知 | +| db_helper.py | ✅ 扩展 | 新增 article CRUD、LLM 配置读取 | + +### 4.4 流水线流程 + +| 步骤 | 触发方式 | 说明 | +|------|---------|------| +| 创作 | 手动点击 / 定时 03:30 | 生成三平台文章 → 存入 articles 表 → 状态→待审查 | +| 审查 | 手动点击 / 创作后自动 | 从 articles 表读取 → 合规检查 → 自动修复 → 通过则状态→待发布 | +| 发布 | 手动点击 | 仅待发布状态可选 | --- diff --git a/platform/frontend/logs.html b/platform/frontend/logs.html index e1e4b53..002e196 100644 --- a/platform/frontend/logs.html +++ b/platform/frontend/logs.html @@ -44,10 +44,16 @@

📄 系统日志

- + + + + + + + 加载日志