From 7f41431c0eb8ebbc127ddaf551a0a7c7675c4fab Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 25 Jun 2021 17:19:30 +0800
Subject: [PATCH] 平面裁剪
---
config.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.json b/config.json
index a3095ac..656296b 100644
--- a/config.json
+++ b/config.json
@@ -272,6 +272,10 @@
{
"name": "通视分析",
"uri": "widgets/throughSee/Widget"
+ },
+ {
+ "name": "平面裁剪",
+ "uri": "widgets/clippingPlanes/Widget"
}
],
"groups": [],
--
Gitblit v1.9.3