From 9f1f8674c82dd35800cbd7c64142fa25a92f5f28 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 28 Jun 2021 14:53:06 +0800
Subject: [PATCH] BOX裁剪功能添加
---
config.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.json b/config.json
index 656296b..09772df 100644
--- a/config.json
+++ b/config.json
@@ -276,6 +276,10 @@
{
"name": "平面裁剪",
"uri": "widgets/clippingPlanes/Widget"
+ },
+ {
+ "name": "BOX裁剪",
+ "uri": "widgets/BOXTailoring/Widget"
}
],
"groups": [],
--
Gitblit v1.9.3