From ea3c930182989b96328d1f8b21be3012347d05f1 Mon Sep 17 00:00:00 2001 From: ChenX Date: Mon, 9 Sep 2024 11:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=E5=91=BD=E4=BB=A4=E6=8C=87?= =?UTF-8?q?=E5=90=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Components/TopToolBar/TopToolBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/Components/TopToolBar/TopToolBar.tsx b/src/UI/Components/TopToolBar/TopToolBar.tsx index 64e5dd8db..a5a495c11 100644 --- a/src/UI/Components/TopToolBar/TopToolBar.tsx +++ b/src/UI/Components/TopToolBar/TopToolBar.tsx @@ -33,8 +33,8 @@ export class TopToolBar extends React.Component<{}, {}> { svg: IconEnum.Open, title: "打开", command: CommandNames.Open }, { svg: IconEnum.DXF, title: "DXF", command: "DXF" }, { svg: IconEnum.FBX, title: "FBX", command: "FBX" }, - { svg: IconEnum.ExportGLTF, title: "GLTF", command: "GLTF" }, - { svg: IconEnum.ClearHistoryRecord, title: "清除历史命令", command: "PU" }, + { svg: IconEnum.ExportGLTF, title: "导出GLTF", command: CommandNames.ExportGLTF }, + { svg: IconEnum.ClearHistoryRecord, title: "清除历史命令", command: CommandNames.Puge }, ]; store.iconList.twoD = [ { svg: IconEnum.Line, title: "直线", command: CommandNames.Line },