From 9199d885685e69b7f2666d2fc06706bb68ea1105 Mon Sep 17 00:00:00 2001 From: zhf <1204297681@qq.com> Date: Tue, 19 Aug 2025 20:30:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=A1=8C=E4=B8=BA=E5=AE=B9=E5=99=A8=E5=92=8C=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=9D=A2=E6=9D=BF=E9=A1=B9=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/panel-component/index-actions/index-actions.tsx | 1 + src/panel-component/view-message/view-message.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panel-component/index-actions/index-actions.tsx b/src/panel-component/index-actions/index-actions.tsx index 618bfde3..94038aad 100644 --- a/src/panel-component/index-actions/index-actions.tsx +++ b/src/panel-component/index-actions/index-actions.tsx @@ -8,6 +8,7 @@ import './index-actions.scss'; /** * 首页行为容器组件 + * @primary * @description 用于包裹首页预定义布局中的四个预定义按钮组件。 * @param {IPanelContainer} props * @returns diff --git a/src/panel-component/view-message/view-message.tsx b/src/panel-component/view-message/view-message.tsx index 1a702ae0..3f3bd7c2 100644 --- a/src/panel-component/view-message/view-message.tsx +++ b/src/panel-component/view-message/view-message.tsx @@ -6,7 +6,7 @@ import { PanelItemController } from '@ibiz-template/runtime'; /** * 视图消息 * @primary - * @description 使用el-alert组件,用于高亮显示视图消息,支持滚动显示。 + * @description 使用el-alert组件,用于高亮显示消息位置为BODY视图内容区的视图消息。 * @param {*} * @return {*} */ -- Gitee