mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-25 17:45:58 +08:00
optimize foot copyright snaps
This commit is contained in:
@@ -78,3 +78,16 @@ type DallTask struct {
|
||||
|
||||
Power int `json:"power"`
|
||||
}
|
||||
|
||||
type SunoTask struct {
|
||||
Id int `json:"id"`
|
||||
UserId string `json:"user_id"`
|
||||
Type int `json:"type"`
|
||||
TaskId string `json:"task_id"`
|
||||
Title string `json:"title"`
|
||||
ReferenceId string `json:"reference_id"`
|
||||
Prompt string `json:"prompt"`
|
||||
Tags string `json:"tags"`
|
||||
Instrumental bool `json:"instrumental"` // 是否纯音乐
|
||||
ExtendSecs int `json:"extend_secs"` // 延长秒杀
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user