From f59650b75e236640afe78e1febeca17103b7fe2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:40:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=9B=BE=E8=A1=A8=E8=83=8C=E6=99=AF=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=20(#17429)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/Types.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/core-frontend/src/Types.ts b/core/core-frontend/src/Types.ts index 7d2b5eeaf6..0098b6da71 100644 --- a/core/core-frontend/src/Types.ts +++ b/core/core-frontend/src/Types.ts @@ -6,10 +6,6 @@ export enum ShorthandMode { * 统一模式,所有边使用相同的值 */ Uniform = 'uniform', - /** - * 轴模式,可能按水平和垂直轴设置值 - */ - Axis = 'axis', /** * 逐边模式,可单独设置每条边的值 */