From 7d63a3584b3d5acebb69906a0568679815193a5d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 17:26:07 +0800
Subject: [PATCH] 对接左侧树状接口
---
widgets/plotting/manifest.json | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/widgets/plotting/manifest.json b/widgets/plotting/manifest.json
new file mode 100644
index 0000000..cb6119b
--- /dev/null
+++ b/widgets/plotting/manifest.json
@@ -0,0 +1,17 @@
+{
+ "name": "plotting",
+ "2D": true,
+ "3D": true,
+ "platform": "HTML",
+ "version": "2.10",
+ "wabVersion": "2.10",
+ "author": "liu",
+ "description": "",
+ "copyright": "",
+ "license": "",
+ "properties": {
+ "hasConfig": false,
+ "inPanel": false,
+ "hasVersionManager": false
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3