From 8eb00c8e0f9aad97f0aaf61d06388bc9006b3be5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 22 Jun 2021 10:06:22 +0800
Subject: [PATCH] 添加地形开挖
---
config.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.json b/config.json
index b467f80..190cf9d 100644
--- a/config.json
+++ b/config.json
@@ -252,6 +252,10 @@
{
"name": "SQL查询",
"uri": "widgets/SQLQuery/Widget"
+ },
+ {
+ "name": "地形开挖",
+ "uri": "widgets/digTheEarth/Widget"
}
],
"groups": [],
--
Gitblit v1.9.3