feat(baoyu-post-to-wechat): use fallback chain for article summary field
This commit is contained in:
parent
b791ee5dc7
commit
4874cd2dae
|
|
@ -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**:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue