From f0351f77f11779d72b502f5244a00927c33f012b Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 11 Mar 2026 03:31:03 +0000
Subject: [PATCH] 细节整理
---
public/example/ExampleBlinkPage.md | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/public/example/ExampleBlinkPage.md b/public/example/ExampleBlinkPage.md
index 7ebe280..8501cdb 100644
--- a/public/example/ExampleBlinkPage.md
+++ b/public/example/ExampleBlinkPage.md
@@ -1,5 +1,5 @@
-### ExampleBlinkPage ����
+### ExampleBlinkPage 代码
```jsx
import React, {Component} from 'react'
@@ -12,7 +12,7 @@
optionObjs = {
- "Ŀ����Ŀ": {
+ "目标醒目": {
code: '123',
type: "2002",
xz: true,
@@ -29,7 +29,7 @@
blinkCycle: 2000,
points: []
},
- "�ڻ�����": {
+ "掩护区域": {
type: 'yhqy',
points: [{lon: 102.642853926199, lat: 31.012509646376447, height: 0},
{lon: 102.65927322610115, lat: 31.01540811637356, height: 0},
@@ -40,7 +40,7 @@
blink: true,
blinkCycle: 3000,
},
- "Эͬ��ϵ": {
+ "协同关系": {
type: 'xtgx',
points: [{lon: 102.642853926199, lat: 31.012509646376447, height: 0},
{lon: 102.66192135373299, lat: 31.005988487769518, height: 0}],
@@ -48,7 +48,7 @@
blink: true,
blinkCycle: 2000,
},
- "������": {
+ "干扰线": {
type: 'grx',
points: [{lon: 102.732420985008, lat: 30.97556325857848, height: 0},
{lon: 102.73983041603873, lat: 30.97504986175468, height: 0}],
@@ -63,7 +63,7 @@
constructor(props) {
super(props);
this.state = {
- htmlString: '<h3>���ڼ�����...</h3>',
+ htmlString: '<h3>正在加载中...</h3>',
plotText: ''
};
}
@@ -124,7 +124,7 @@
return (
<div className={"example_draw_container"}>
- <h3>�������/չʾ���еľ�������</h3>
+ <h3>军标绘制/展示已有的军标数据</h3>
<div className={"map_wrapper"}>
<GIS refs={
e => {
--
Gitblit v1.9.3