diff --git a/ShadowEditor.Web/locales/zh-CN.json b/ShadowEditor.Web/locales/zh-CN.json index a69d03be..504a46e3 100644 --- a/ShadowEditor.Web/locales/zh-CN.json +++ b/ShadowEditor.Web/locales/zh-CN.json @@ -974,5 +974,6 @@ ".ttc to .ttf": ".ttc转.ttf", "Convert successfully!": "转换成功!", "Unscaled Text": "不缩放文字", - "3D Text": "3D文字" + "3D Text": "3D文字", + "Basic Geometry": "基本几何体" } \ No newline at end of file diff --git a/ShadowEditor.Web/src/editor/menu/GeometryMenu.jsx b/ShadowEditor.Web/src/editor/menu/GeometryMenu.jsx index b6f546e9..58cc25ce 100644 --- a/ShadowEditor.Web/src/editor/menu/GeometryMenu.jsx +++ b/ShadowEditor.Web/src/editor/menu/GeometryMenu.jsx @@ -55,36 +55,38 @@ class GeometryMenu extends React.Component { onClick={this.handleAddGroup} /> - - - - - - - - - - + + + + + + + + + + + +