We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9196b5e commit 7d52583Copy full SHA for 7d52583
1 file changed
guoba.support.js
@@ -780,7 +780,7 @@ export function supportGuoba() {
780
{
781
field: 'upload.filelimit',
782
label: '视频上传拦截阈值',
783
- bottomHelpMessage: '视频拦截阈值(填数字),视频文件大于该数值则不会上传 单位: MB,「视频文件上传限制」开启后才会生效',
+ bottomHelpMessage: '视频拦截阈值(填数字),视频文件大于该数值则不会上传 单位: MB,「使用视频上传拦截」开启后才会生效',
784
component: 'InputNumber',
785
required: false,
786
componentProps: {
@@ -792,7 +792,7 @@ export function supportGuoba() {
792
},
793
794
field: 'upload.compress',
795
- label: '使用视频压缩',
+ label: '使用压缩视频',
796
bottomHelpMessage: '压缩视频,开启后会将视频文件压缩后再上传,适合上传大文件',
797
component: 'Switch',
798
required: false
0 commit comments