From f39e4480ffd7aa755fbed9cf405b50ed8d33342b Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Thu, 05 Mar 2026 01:49:33 +0000
Subject: [PATCH] 更新样例\示例
---
public/example/profile/ProfilePage.md | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/public/example/profile/ProfilePage.md b/public/example/profile/ProfilePage.md
index 9ddd726..d57491c 100644
--- a/public/example/profile/ProfilePage.md
+++ b/public/example/profile/ProfilePage.md
@@ -6,6 +6,7 @@
import * as echarts from 'echarts';
import {Button} from "antd";
import {CloseOutlined} from "@ant-design/icons";
+import {getLocalText} from "iclient3d-plot-diy";
export default class ProfilePage extends PureComponent {
chartRef = React.createRef();
@@ -125,7 +126,7 @@
<div className="sightLine-char-container">
<div className="title-container">
<div className="title-name">
- <span>剖面分析</span>
+ <span>{getLocalText('profile')}</span>
</div>
<div className="icon-container">
<Button type="primary" onClick={this.closeEvent.bind(this)}><CloseOutlined/></Button>
--
Gitblit v1.9.3