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