公众号助手bug修复

This commit is contained in:
Jackzhou
2026-08-27 18:00:58 +08:00
parent f864cc2c87
commit 8dfcb6547c
5 changed files with 573 additions and 40 deletions
@@ -23,6 +23,7 @@ type OfficialAccountArticle struct {
OutlineWords int `gorm:"not null;default:600" json:"outline_words"`
Outline string `gorm:"type:text" json:"outline"`
ContentTargetWords int `gorm:"not null;default:1400" json:"content_target_words"`
MaxContentImages int `gorm:"not null;default:0" json:"max_content_images"`
Content string `gorm:"type:text" json:"content"`
ContentWithPrompts string `gorm:"type:text" json:"content_with_prompts"`
ImagePromptsJSON string `gorm:"type:text" json:"image_prompts_json"`