From f656f66c0b2dfa0e52b25f41c761f03b5997262b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 29 Jun 2021 15:03:38 +0800
Subject: [PATCH] Box裁剪未完成和开敞度不支持
---
config.json | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/config.json b/config.json
index 09772df..0fbd4da 100644
--- a/config.json
+++ b/config.json
@@ -280,6 +280,19 @@
{
"name": "BOX裁剪",
"uri": "widgets/BOXTailoring/Widget"
+ },
+ {
+ "name": "开敞度分析",
+ "uri": "widgets/openAnalysis/Widget"
+ }
+ ,
+ {
+ "name": "BOX交互裁剪",
+ "uri": "widgets/BOXInteractive/Widget"
+ },
+ {
+ "name": "Cross裁剪",
+ "uri": "widgets/BOXInteractive/Widget"
}
],
"groups": [],
--
Gitblit v1.9.3