修改log.md 追加内容时的format

This commit is contained in:
2026-04-16 18:26:43 +08:00
parent 9e9b5d4029
commit 8aba24aa7a
2 changed files with 21 additions and 10 deletions

View File

@@ -131,8 +131,13 @@ last_updated: YYYY-MM-DD
8. 检测并记录冲突
9. 追加 `wiki/log.md`**输出格式必须包含实际使用的 slug**
```markdown
## 2026-04-16
- [[sources/实际使用的-slug.md]] (raw/xxx.md) — 简短描述
## [YYYY-MM-DD] ingest | 标题
- Source file: raw/xxx.md
- Status: ✅ 成功摄入
- Summary:
- Concepts created: xxx, xxx
- Source page: wiki/sources/xxx.md
- Notes:
```
> ⚠️ 输出 **done** 后必须附加一行显示实际 slug例如
> ```
@@ -486,6 +491,12 @@ date: YYYY-MM-DD
```
## [YYYY-MM-DD] ingest | 标题
- Source file: raw/xxx.md
- Status: ✅ 成功摄入
- Summary:
- Concepts created: xxx, xxx
- Source page: wiki/sources/xxx.md
- Notes:
```
---