From 1bfb4d7d6b8b08d1b3860e2323165ca38eb41dec Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 23 Apr 2023 15:34:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=94=85=E5=B7=B4?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guoba.support.js b/guoba.support.js index 2fed161..cb66235 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -571,12 +571,12 @@ export function supportGuoba () { { field: 'cloudMode', label: '云转码API发送数据模式', - bottomHelpMessage: '默认发送数据链接,如果你部署的是本地服务,请改为文件', + bottomHelpMessage: '默认发送数据链接,如果你部署的是本地vits服务或使用的是微软azure,请改为文件', component: 'Select', componentProps: { options: [ { label: '文件', value: 'file' }, - { label: '链接', value: 'url' }, + { label: '链接', value: 'url' } // { label: '数据', value: 'buffer' } ] }