diff --git a/src/UI/Components/CommandPanel/CommandList.ts b/src/UI/Components/CommandPanel/CommandList.ts index 4a54ec8bb..367edb56e 100644 --- a/src/UI/Components/CommandPanel/CommandList.ts +++ b/src/UI/Components/CommandPanel/CommandList.ts @@ -1524,6 +1524,15 @@ export const CommandList: ICommand[] = [ // enName: "Delete Dimension", chDes: "快速删除标注", }, + { + typeId: "dim", + link: `#`, + defaultCustom: CommandNames.DimStyle, + command: CommandNames.DimStyle, + type: "标注", + chName: "标注样式", + chDes: "设置当前图纸的标注样式", + }, //视觉样式命令 {