feat: add image publish function, ONLY published image show in image wall page

This commit is contained in:
RockYang
2024-01-19 06:52:23 +08:00
parent 6fa08861f8
commit 0c59503edb
20 changed files with 147 additions and 20 deletions

View File

@@ -16,5 +16,6 @@ type MidJourneyJob struct {
Progress int `json:"progress"`
Prompt string `json:"prompt"`
UseProxy bool `json:"use_proxy"`
Publish bool `json:"publish"`
CreatedAt time.Time `json:"created_at"`
}