feat(publish): require cover image for WeChat Official Account
WeChat 公众号在管理员/运营者授权发布场景下需要 2.35:1 封面, 新增共享 publishPlatformRequiresCover 校验并同步前端封面要求与文案, 避免在调度与即时发布两条路径上重复维护平台名单。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,15 @@ const defaultRequirement = {
|
||||
};
|
||||
|
||||
const requirementCatalog: Record<string, Partial<PlatformCoverRequirement>> = {
|
||||
weixin_gzh: {
|
||||
required: true,
|
||||
supportMode: "native",
|
||||
aspectRatio: 2.35,
|
||||
aspectLabel: "2.35:1",
|
||||
outputWidth: 1200,
|
||||
outputHeight: 511,
|
||||
priority: 110,
|
||||
},
|
||||
baijiahao: {
|
||||
required: true,
|
||||
supportMode: "native",
|
||||
|
||||
Reference in New Issue
Block a user