feat: 支持suno:#suno+prompt#创作歌曲+prompt

This commit is contained in:
ikechan8370 2024-02-21 14:38:13 +08:00
parent 63edc9403c
commit eea0748de7
7 changed files with 268 additions and 2 deletions

View file

@ -792,6 +792,22 @@ export function supportGuoba () {
bottomHelpMessage: '对https://generativelanguage.googleapis.com的反代',
component: 'Input'
},
{
label: '以下为Suno音乐合成的配置。',
component: 'Divider'
},
{
field: 'sunoSessToken',
label: 'sunoSessToken',
bottomHelpMessage: 'suno的__sess token需要与sunoClientToken一一对应数量相同多个用逗号隔开',
component: 'InputTextArea'
},
{
field: 'sunoClientToken',
label: 'sunoClientToken',
bottomHelpMessage: 'suno的__client token需要与sunoSessToken一一对应数量相同多个用逗号隔开',
component: 'InputTextArea'
},
{
label: '以下为杂七杂八的配置',
component: 'Divider'