From c5e0f2ccf5790657a209d0499dac2291d75f58c5 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 11 Mar 2026 08:48:38 +0000
Subject: [PATCH] 增加rc2测试

---
 src/example/ExampleDrawDyPage.js |    4 ++--
 package.json                     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 07f0098..7e3d87c 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
         "@turf/turf": "^7.2.0",
         "antd": "^4.24.16",
         "echarts": "^5.6.0",
-        "iclient3d-plot-diy": "1.0.43-rc1",
+        "iclient3d-plot-diy": "1.0.43-rc2",
         "iclient3d-plot-diy-attachment": "^1.0.2",
         "jquery": "^3.7.1",
         "react-draggable": "^3.3.2",
diff --git a/src/example/ExampleDrawDyPage.js b/src/example/ExampleDrawDyPage.js
index 54d774f..b2bb1b5 100644
--- a/src/example/ExampleDrawDyPage.js
+++ b/src/example/ExampleDrawDyPage.js
@@ -255,8 +255,8 @@
         super(props);
         this.state = {
             htmlString: '<h3>正在加载中...</h3>',
-            rate: 1000,
-            drawCount: 100
+            rate: 200,
+            drawCount: 150
         };
     }
 

--
Gitblit v1.9.3