feat(baoyu-post-to-wechat): use fallback chain for article summary field

This commit is contained in:
Jim Liu 宝玉 2026-04-03 23:35:34 -05:00
parent b791ee5dc7
commit 4874cd2dae
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ WECHAT_APP_SECRET=<user_input>
| Field | If Missing | | Field | If Missing |
|-------|------------| |-------|------------|
| Title | Prompt: "Enter title, or press Enter to auto-generate from content" | | Title | Prompt: "Enter title, or press Enter to auto-generate from content" |
| Summary | Prompt: "Enter summary, or press Enter to auto-generate (recommended for SEO)" | | Summary | Use fallback chain: frontmatter `description` → frontmatter `summary` → prompt user or auto-generate |
| Author | Use fallback chain: CLI `--author` → frontmatter `author` → EXTEND.md `default_author` | | Author | Use fallback chain: CLI `--author` → frontmatter `author` → EXTEND.md `default_author` |
**Auto-Generation Logic**: **Auto-Generation Logic**: