From 1ddcac64aa839268d20b7e3c91edc378541eddca Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 5 Mar 2024 13:00:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E7=BB=9F=E4=B8=80=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E5=9B=BE=E5=BD=A2=E7=BB=84=E4=BB=B6=E5=91=BD=E5=90=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/component-list.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index e376c6f174..b1bcfb414e 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -200,7 +200,7 @@ const list = [ }, { component: 'CircleShape', - name: '图形', + name: '圆形', label: '圆形', propValue: ' ', icon: 'icon_graphical', @@ -215,7 +215,7 @@ const list = [ }, { component: 'SvgTriangle', - name: '图形', + name: '三角形', label: '三角形', icon: 'icon_graphical', propValue: '',