feat: 支持转语音

This commit is contained in:
ikechan8370 2023-03-04 18:40:39 +08:00
parent 5fc5d2e5aa
commit 6ed7588f27
4 changed files with 226 additions and 1 deletions

View file

@ -292,6 +292,12 @@ export function supportGuoba () {
label: '验证码平台Token',
bottomHelpMessage: '可注册2captcha实现跳过验证码收费服务但很便宜。否则可能会遇到验证码而卡住。',
component: 'InputPassword'
},
{
field: 'ttsSpace',
label: '语音转换API地址',
bottomHelpMessage: '前往duplicate空间https://huggingface.co/spaces/ikechan8370/vits-uma-genshin-honkai后查看api地址',
component: 'Input'
}
],
// 获取配置数据方法(用于前端填充显示数据)