feat: video action to constant

This commit is contained in:
skynono
2025-06-27 23:19:34 +08:00
parent defc18dea8
commit 111dc18d26
6 changed files with 21 additions and 10 deletions
+3
View File
@@ -12,6 +12,9 @@ const (
const (
SunoActionMusic = "MUSIC"
SunoActionLyrics = "LYRICS"
TaskActionGenerate = "generate"
TaskActionTextGenerate = "textGenerate"
)
var SunoModel2Action = map[string]string{