JimLiu-baoyu-skills/skills
LyInfi 1bdf44df9e fix(wechat-browser): fix upload progress check crashing on second iteration
Runtime.evaluate reuses the same JS execution context across calls in a
session. The previous expression used `const thumbs = ...` which throws
"Identifier 'thumbs' has already been declared" on the second loop
iteration, causing result.value to be undefined and JSON.parse to throw
"JSON Parse error: Unexpected identifier 'undefined'".

Fix by inlining the querySelector into a single expression with no
variable declaration, eliminating the re-declaration error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-19 12:12:26 +08:00
..
baoyu-article-illustrator refactor(baoyu-article-illustrator): enforce prompt file creation before image generation 2026-02-17 13:30:34 -06:00
baoyu-comic refactor(baoyu-comic): enforce blocking first-time setup 2026-02-01 19:48:56 -06:00
baoyu-compress-image fix(baoyu-compress-image): rename original as backup instead of deleting 2026-01-27 00:59:30 -06:00
baoyu-cover-image refactor(baoyu-cover-image): optimize SKILL.md from 532 to 233 lines 2026-02-06 16:13:47 -06:00
baoyu-danger-gemini-web chore: release v1.18.2 2026-01-23 16:10:04 -06:00
baoyu-danger-x-to-markdown feat(baoyu-danger-x-to-markdown): add --download-media flag and media localization 2026-02-12 01:56:24 -06:00
baoyu-format-markdown refactor(baoyu-format-markdown): rename featureImage to coverImage as primary frontmatter key 2026-02-12 01:56:28 -06:00
baoyu-image-gen feat(baoyu-image-gen): add OpenAI GPT Image edits support for reference images 2026-02-06 16:06:58 -06:00
baoyu-infographic docs(baoyu-infographic): clarify AskUserQuestion usage 2026-02-01 02:14:06 -06:00
baoyu-markdown-to-html feat(baoyu-markdown-to-html): add HTML meta tags and quote stripping for frontmatter 2026-02-03 11:49:07 -06:00
baoyu-post-to-wechat fix(wechat-browser): fix upload progress check crashing on second iteration 2026-02-19 12:12:26 +08:00
baoyu-post-to-x docs(baoyu-post-to-x): remove --submit flag and clarify manual publish workflow 2026-02-14 14:48:18 -06:00
baoyu-slide-deck feat(baoyu-slide-deck): add backup rules for source, prompt, and slide image files 2026-01-29 22:01:42 -06:00
baoyu-url-to-markdown fix(baoyu-url-to-markdown): improve html extraction and markdown conversion 2026-02-06 13:35:28 -06:00
baoyu-xhs-images feat(baoyu-xhs-images): add reference image chain for visual consistency 2026-02-15 00:49:09 +08:00