From 5ebdc4d6d2501908342e3740e65bb89090a91f81 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 27 Aug 2025 02:57:08 +0000
Subject: [PATCH] 版本换新

---
 public/example/ExampleDynamicBlcPage.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/example/ExampleDynamicBlcPage.md b/public/example/ExampleDynamicBlcPage.md
index 632a1b8..d9d228c 100644
--- a/public/example/ExampleDynamicBlcPage.md
+++ b/public/example/ExampleDynamicBlcPage.md
@@ -4,7 +4,7 @@
 ```jsx
 import React, {Component} from 'react'
 import './ExampleDrawPage.css'
-import {GIS} from "../iclient3d-plot-diy";
+import {GIS} from "iclient3d-plot-diy";
 
 export default class ExampleDynamicDlcPage extends Component {
 
@@ -31,7 +31,7 @@
 
     componentDidMount() {
 
-        fetch('./example/ExampleBlcPage.md')
+        fetch('./example/ExampleDynamicDlcPage.md')
             .then(response => response.text())
             .then(mdText => {
                 this.setState({htmlString: window.marked.parse(mdText)});

--
Gitblit v1.9.3