sbjw
2025-10-17 120deee086a2327437549b8c6f642f59c4851263
完善
2 files modified
4 ■■■■ changed files
public/example/ExampleDefaultSelectPage.md 2 ●●● patch | view | raw | blame | history
public/example/ExampleFlyPage.md 2 ●●● patch | view | raw | blame | history
public/example/ExampleDefaultSelectPage.md
@@ -4,7 +4,7 @@
```jsx
import React, {Component} from 'react'
import './ExampleFwyPage.css'
import {Bp, GIS} from "../iclient3d-plot-diy";
import {Bp, GIS} from "iclient3d-plot-diy";
import {Button} from "antd";
export default class ExampleDefaultSelectPage extends Component {
public/example/ExampleFlyPage.md
@@ -4,7 +4,7 @@
```jsx
import React, {Component} from 'react'
import './ExampleDrawPage.css'
import {GIS, Bp} from "../iclient3d-plot-diy";
import {GIS, Bp} from "iclient3d-plot-diy";
import {interval, take} from "rxjs";
const Cesium = window['Cesium'];