From 76dd488c026c17c0aa3dda4c401a4b7893d02214 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Fri, 17 Oct 2025 08:52:29 +0000
Subject: [PATCH] 更新包同步到1.0.26

---
 src/example/ExamplePage.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/example/ExamplePage.js b/src/example/ExamplePage.js
index 907f622..1777f21 100644
--- a/src/example/ExamplePage.js
+++ b/src/example/ExamplePage.js
@@ -5,7 +5,6 @@
 import {Button, Input} from "antd";
 import {updateLanguage} from "iclient3d-plot-diy";
 
-;
 
 export default class ExamplePage extends Component {
     constructor(props) {
@@ -74,6 +73,10 @@
                     <li><NavLink to='/example/defaultSelect'>初始化事件</NavLink></li>
                     <li><NavLink to='/example/fly'>飞行</NavLink></li>
                     <li><NavLink to='/example/dynamicBlc'>动态比例尺</NavLink></li>
+                    <li><NavLink to='/example/simpleEvent'>简单事件</NavLink></li>
+                    <li><NavLink to='/example/aggregator'>自动聚合</NavLink></li>
+                    <li><NavLink to='/example/defaultMap2d'>默认2D</NavLink></li>
+                    <li><NavLink to='/example/getPoints'>动态获取坐标</NavLink></li>
                 </ul>
                 <div className={"button_wrapper"}>
 

--
Gitblit v1.9.3