fix(wechat): retry missing page thumbnails in fresh sessions #21
Reference in New Issue
Block a user
Delete Branch "codex/wechat-thumbnail-retry-20260722"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
生产验收发现:当用户明确不要正文配图时,页面模型偶尔漏掉仅供缩略图使用的 generate_image;现有守卫会正确拒绝交付,但不会自动恢复。本修复仅在服务号页面首次缺少本轮新缩略图时清理旧路由并新建会话完整重试一次,首次不发送失败通知,第二次仍失败才通知。H5 路径不变。验证:新增端到端恢复测试;npm test、npm run build、publish/page-sync/H5 session 回归守卫、wechat channel isolation、git diff --check 全部通过。