feat: add tmp/ directory for temp files and cookie, add .gitignore

- tmp/ 用于存放临时文件(文档缓存、cookie等),已加入 .gitignore
- 文档中所有临时文件和 cookie 路径统一指向 tmp/
- SKILL.md 架构图增加 tmp/ 说明

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 18:59:32 +08:00
parent a2c3463d15
commit 1cb565161c
5 changed files with 14 additions and 7 deletions
+5
View File
@@ -28,6 +28,11 @@ media-center/
│ └── quark/
│ └── v1/{install,usage,maintain}.md
├── tmp/ # 临时文件 / cookie(已 gitignore
│ ├── cookie_quark.txt # 夸克 Cookie
│ ├── doc_raw.json # 文档结构缓存
│ └── doc_content.txt # 提取的全文缓存
└── ref/ # 参考归档
├── tencent-docs/
├── tx-doc-large-reader/