From 76f9e12ef4c38ea8946983619ed634e56f8874a6 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 11 Mar 2026 09:28:42 +0000
Subject: [PATCH] 增加rc3测试
---
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