feat(smzdm): require 1:1 cover and surface image fetch failure prompt

Add SMZDM to the cover-required platform list on both client and server,
register a 800x800 native cover spec in the admin cover catalog, and
normalize the desktop-client `smzdm_image_fetch_failed` adapter error to a
user-friendly Chinese prompt across the publisher error pipeline.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-26 18:43:07 +08:00
parent 6b710c8919
commit 28e4059d66
6 changed files with 45 additions and 8 deletions
@@ -787,7 +787,7 @@ function failureResult(
if (message.startsWith('smzdm_image_fetch_failed')) {
return {
status: 'failed',
summary: '什么值得买正文图片读取失败,请检查文章图片后重试。',
summary: '图片获取错误,请检查文章和封面图片是否正确',
error: {
code: 'smzdm_image_fetch_failed',
message,