公众号助手bug修复
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user