diff --git a/src/UI/Components/TopToolBar/TopToolBar.tsx b/src/UI/Components/TopToolBar/TopToolBar.tsx index 5d86fff0e..00f362df4 100644 --- a/src/UI/Components/TopToolBar/TopToolBar.tsx +++ b/src/UI/Components/TopToolBar/TopToolBar.tsx @@ -167,6 +167,7 @@ export class TopToolBar extends React.Component<{}, {}> ]; store.iconList.template = [ { svg: IconEnum.TemplateDesign, title: "模板设计", command: CommandNames.TemplateDesign }, + { svg: IconEnum.Modeling, title: "一键建模", command: CommandNames.Modeling }, // { svg: IconEnum.TemplateReplace, title: "模板替换", command: "" }, //在模块管理器的右下角 { svg: IconEnum.DrawVSBox, title: "绘制空间", command: CommandNames.DrawVSBOX }, { svg: IconEnum.Curve2VSBox, title: "线框变空间", command: CommandNames.Curve2VSBox },