From bdacd0fd6fc9265f1f68728f0c90ce58724e3b6b Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Thu, 12 Mar 2026 07:53:39 +0000
Subject: [PATCH] 增加共点测试
---
src/example/ExampleDrawDyPage.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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