sbjw
13 hours ago c5e0f2ccf5790657a209d0499dac2291d75f58c5
增加rc2测试
2 files modified
6 ■■■■ changed files
package.json 2 ●●● patch | view | raw | blame | history
src/example/ExampleDrawDyPage.js 4 ●●●● patch | view | raw | blame | history
package.json
@@ -20,7 +20,7 @@
        "@turf/turf": "^7.2.0",
        "antd": "^4.24.16",
        "echarts": "^5.6.0",
        "iclient3d-plot-diy": "1.0.43-rc1",
        "iclient3d-plot-diy": "1.0.43-rc2",
        "iclient3d-plot-diy-attachment": "^1.0.2",
        "jquery": "^3.7.1",
        "react-draggable": "^3.3.2",
src/example/ExampleDrawDyPage.js
@@ -255,8 +255,8 @@
        super(props);
        this.state = {
            htmlString: '<h3>正在加载中...</h3>',
            rate: 1000,
            drawCount: 100
            rate: 200,
            drawCount: 150
        };
    }