From 44bf652cb0f8ece0ad39d56e3bcef0ed0af4a86f Mon Sep 17 00:00:00 2001 From: jinye_huang Date: Wed, 10 Dec 2025 16:42:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=9E=B6=E6=9E=84?= =?UTF-8?q?=E6=96=87=E6=A1=A3=20-=20=E6=B8=85=E7=90=86=E5=90=8E=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ARCHITECTURE_CLEANUP.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/ARCHITECTURE_CLEANUP.md b/docs/ARCHITECTURE_CLEANUP.md index acbc4c4..c6006d0 100644 --- a/docs/ARCHITECTURE_CLEANUP.md +++ b/docs/ARCHITECTURE_CLEANUP.md @@ -10,14 +10,13 @@ TravelContentCreator/ ├── domain/ # ✅ 活跃 - 核心业务逻辑 ├── poster_v2/ # ✅ 活跃 - 新海报系统 ├── prompts/ # ✅ 活跃 - Prompt 模板 -├── core/ # ⚠️ 部分失效 - 旧核心模块 -├── poster/ # ⚠️ 部分失效 - 旧海报系统 -├── _archived/ # 🗃️ 已归档 - 废弃代码 -├── libs/ # ✅ 第三方 - MediaCrawler +├── core/ # ✅ 精简 - AI + 配置 +├── libs/ # ✅ 工具库 - MediaCrawler + utils ├── assets/ # ✅ 资源 - 字体/图片 -├── result/ # 📁 输出 - 测试结果 ├── scripts/ # ✅ 脚本 - 测试脚本 ├── docs/ # ✅ 文档 +├── _archived/ # 🗃️ 已归档 - 可删除 +├── result/ # 📁 输出 - 可清理 └── data/ # 📁 数据 - 临时文件 ```