!2407 修复:int和union命令的中文名字反了

pull/2408/head
张子涵 1 year ago committed by ChenX
parent c198931e4a
commit 70e24971a2

@ -1889,9 +1889,9 @@ export const CommandList: ICommand[] = [
defaultCustom: "INT",
command: CommandNames.Intersect,
type: "二维编辑",
chName: "面域集",
chName: "面域集",
// enName: "Region Intersect",
chDes: "面域集",
chDes: "面域集",
},
{
icon: IconEnum.RegionIntersect,
@ -1900,9 +1900,9 @@ export const CommandList: ICommand[] = [
defaultCustom: "UNION",
command: CommandNames.Union,
type: "二维编辑",
chName: "面域集",
chName: "面域集",
// enName: "Region Union",
chDes: "面域集",
chDes: "面域集",
},
{
icon: IconEnum.RegionSub,

Loading…
Cancel
Save