sbjw
2025-12-05 c6bec252e4cf12a0c1e9a7da55d5953717715294
src/example/ExampleXzxxPage.js
@@ -61,6 +61,7 @@
        "双色线": {
            type: "line",
            bklx: 'double',
            bkkd: 10,
            color: '#64c324',
            color2: '#6932cc',
            useModify: false,
@@ -76,7 +77,7 @@
        },
        "通信抗测向线2": {
            type: "txdkcxx2",
            kcjd: 30,
            kcjd: 120,
            kcgls: 10,
            kcwb: '123123',
            color: '#0059FFA3',
@@ -113,6 +114,17 @@
                lat: 32.005068100060593,
                height: 0,
            }]
        },
        "干扰波束": {
            type: "grbs",
            color: '#D5013A',
            useModify: false,
            lon: 102.23554539488224,
            lat: 31.005068100060593,
            height: 0,
            qsjd: 30,
            zzjd: 130,
            bj: 100
        }
    }
    line_star
@@ -131,6 +143,7 @@
            .then(mdText => {
                this.setState({htmlString: window.marked.parse(mdText)});
            });
        this.showOptions();
    }
    showOptions = () => {