From e4bcf389adcaf5c93e182ad7485e49c305b149ff Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 08 Apr 2026 10:09:53 +0000
Subject: [PATCH] 修改样例
---
src/example/ExampleDrawDyPlantPage.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/example/ExampleDrawDyPlantPage.js b/src/example/ExampleDrawDyPlantPage.js
index 6843a2b..c964fc5 100644
--- a/src/example/ExampleDrawDyPlantPage.js
+++ b/src/example/ExampleDrawDyPlantPage.js
@@ -40,7 +40,7 @@
}
componentDidMount() {
- fetch('./example/ExampleDrawDyPage.md')
+ fetch('./example/ExampleDrawDyPlantPage.md')
.then(response => response.text())
.then(mdText => {
this.setState({htmlString: window.marked.parse(mdText)});
--
Gitblit v1.9.3