From 00afc874ebca5ea8111b18559725bbb5f92aa7b0 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Thu, 12 Mar 2026 07:58:44 +0000
Subject: [PATCH] 去除rc3,使用1.0.43
---
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