From 68733c0535a28db887c9855ef560d92559b6a3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E9=A3=8E?= <18012261618@126.com> Date: Fri, 8 Dec 2023 17:45:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=84=E4=BB=B6=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=20(#241)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 上传组件‘自动上传’无效 - 多选组‘文本位置’ 单词拼写错误 --- src/checkbox-group/api.yaml | 2 +- src/uploader/api.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/checkbox-group/api.yaml b/src/checkbox-group/api.yaml index 11fa4ce85..a21226387 100644 --- a/src/checkbox-group/api.yaml +++ b/src/checkbox-group/api.yaml @@ -160,7 +160,7 @@ options: - value: right title: 右 - - value: lfet + - value: left title: 左 default: right description: 是否禁用 diff --git a/src/uploader/api.yaml b/src/uploader/api.yaml index 22a4a482f..d797dcb1e 100644 --- a/src/uploader/api.yaml +++ b/src/uploader/api.yaml @@ -82,6 +82,7 @@ type: boolean default: true description: 是否自动上传 + advanced: true - name: multiple title: 多文件上传 type: boolean