From a8cc2a14e0ccb93415c8457655175425c77c872a Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 13 Aug 2024 09:17:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E6=96=87=E6=A1=88?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/component-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 474d2eb9e3..f18cde8084 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -22,7 +22,7 @@ export const BASE_EVENTS = { { key: 'jump', label: '跳转' }, { key: 'download', label: '下载' }, { key: 'share', label: '分享' }, - { key: 'showHidden', label: '弹框区域' }, + { key: 'showHidden', label: '弹窗区域' }, { key: 'refreshDataV', label: '刷新' }, { key: 'refreshView', label: '刷新图表' } ],