From e74fe336f8c6c434b1cf6c0e3378c4e14f9d58d5 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 27 Aug 2025 02:55:57 +0000
Subject: [PATCH] 更新md文件
---
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