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