From b77b72497a90d9073dbdcc0f7e4fec4fca31585c Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 11 Mar 2026 02:26:47 +0000
Subject: [PATCH] 细节整理

---
 src/example/profile/ProfilePage.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/example/profile/ProfilePage.js b/src/example/profile/ProfilePage.js
index 84f22ad..538343a 100644
--- a/src/example/profile/ProfilePage.js
+++ b/src/example/profile/ProfilePage.js
@@ -2,6 +2,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();
@@ -121,7 +122,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