sbjw
2026-03-12 00afc874ebca5ea8111b18559725bbb5f92aa7b0
src/example/ExampleDrawDyPage.js
@@ -255,8 +255,8 @@
        super(props);
        this.state = {
            htmlString: '<h3>正在加载中...</h3>',
            rate: 1000,
            drawCount: 100
            rate: 200,
            drawCount: 150
        };
    }