refactor(baoyu-post-to-wechat): prioritize coverImage over featureImage in frontmatter lookup

This commit is contained in:
Jim Liu 宝玉
2026-02-12 01:56:32 -06:00
parent 6012b9cc88
commit 54103dfd7d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ Check extracted metadata from Step 3 (or HTML meta tags if direct HTML input).
**Cover Image Check** (required for `article_type=news`):
1. Use CLI `--cover` if provided.
2. Else use frontmatter (`featureImage`, `coverImage`, `cover`, `image`).
2. Else use frontmatter (`coverImage`, `featureImage`, `cover`, `image`).
3. Else check article directory default path: `imgs/cover.png`.
4. Else fallback to first inline content image.
5. If still missing, stop and request a cover image before publishing.