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/Example2DDrawUpdatePage.md |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/example/Example2DDrawUpdatePage.md b/public/example/Example2DDrawUpdatePage.md
index bd509a3..395e0cb 100644
--- a/public/example/Example2DDrawUpdatePage.md
+++ b/public/example/Example2DDrawUpdatePage.md
@@ -1,5 +1,5 @@
 
-### Example2DDrawUpdatePage ����
+### Example2DDrawUpdatePage 代码
 
 ```jsx
 import React, {Component} from 'react'
@@ -12,7 +12,7 @@
 
 
     optionObjs = {
-        "Ŀ����Ŀ": {
+        "目标醒目": {
             code: '123',
             type: "2002",
             xz: true,
@@ -34,7 +34,7 @@
     constructor(props) {
         super(props);
         this.state = {
-            htmlString: '<h3>���ڼ�����...</h3>',
+            htmlString: '<h3>正在加载中...</h3>',
             plotText: ''
         };
     }
@@ -113,7 +113,7 @@
 
         return (
             <div className={"example_draw_container"}>
-                <h3>�������/չʾ���еľ�������</h3>
+                <h3>军标绘制/展示已有的军标数据</h3>
                 <div className={"map_wrapper"}>
                     <GIS refs={
                         e => {

--
Gitblit v1.9.3