From 8ae435fb4ef2dd0bf9609cfed5961cb86bbf4049 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Tue, 31 Dec 2019 21:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=87=A0=E4=BD=95=E4=BD=93?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/locales/zh-CN.json | 3 +- .../src/editor/menu/GeometryMenu.jsx | 62 ++++++++++--------- 2 files changed, 34 insertions(+), 31 deletions(-) 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} /> - - - - - - - - - - + + + + + + + + + + + +