From 5662a8178281c2c228a1d785d01534e24e68c64b Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Mon, 23 Mar 2026 13:02:18 +0000
Subject: [PATCH] 发布1.0.45版本 1、去除开启地形探测模式 2、修复拨盘问题 3、修复上一版本terrainUrlIsSct的初始化问题。 4、修复上一版本更新时的报错问题

---
 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