Merge branch 'v2' into v2

This commit is contained in:
2ndelement 2023-04-23 23:39:58 +08:00 committed by GitHub
commit 0daecc2edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 64 deletions

View file

@ -595,13 +595,13 @@ export function supportGuoba () {
{
field: 'cloudMode',
label: '云转码API发送数据模式',
bottomHelpMessage: '默认发送数据链接,如果你部署的是本地服务,请改为文件',
bottomHelpMessage: '默认发送数据链接,如果你部署的是本地vits服务或使用的是微软azure,请改为文件',
component: 'Select',
componentProps: {
options: [
{ label: '文件', value: 'file' },
{ label: '链接', value: 'url' },
{ label: '数据', value: 'buffer' }
{ label: '链接', value: 'url' }
// { label: '数据', value: 'buffer' }
]
}
},