Skip to content

Commit 7d52583

Browse files
committed
docs(guoba): 修正视频上传相关选项的文案描述
更新视频上传拦截和压缩功能的帮助信息和标签,使其更准确清晰
1 parent 9196b5e commit 7d52583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guoba.support.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ export function supportGuoba() {
780780
{
781781
field: 'upload.filelimit',
782782
label: '视频上传拦截阈值',
783-
bottomHelpMessage: '视频拦截阈值(填数字),视频文件大于该数值则不会上传 单位: MB,「视频文件上传限制」开启后才会生效',
783+
bottomHelpMessage: '视频拦截阈值(填数字),视频文件大于该数值则不会上传 单位: MB,「使用视频上传拦截」开启后才会生效',
784784
component: 'InputNumber',
785785
required: false,
786786
componentProps: {
@@ -792,7 +792,7 @@ export function supportGuoba() {
792792
},
793793
{
794794
field: 'upload.compress',
795-
label: '使用视频压缩',
795+
label: '使用压缩视频',
796796
bottomHelpMessage: '压缩视频,开启后会将视频文件压缩后再上传,适合上传大文件',
797797
component: 'Switch',
798798
required: false

0 commit comments

Comments
 (0)