From eb8d7a14910ce89078646c28c8b3b004cccc5834 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Mon, 25 May 2026 13:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BD=93=E5=89=8D=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XplorePlane/Views/Cnc/CncPageView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XplorePlane/Views/Cnc/CncPageView.xaml b/XplorePlane/Views/Cnc/CncPageView.xaml index a3d8dfa..9e042a2 100644 --- a/XplorePlane/Views/Cnc/CncPageView.xaml +++ b/XplorePlane/Views/Cnc/CncPageView.xaml @@ -235,7 +235,7 @@ FontSize="12" FontWeight="SemiBold" Foreground="#2B8A3E" - Text="{Binding ProgramTreeRoots[0].DisplayName}" + Text="{Binding ProgramTreeRoots[0].DisplayName, StringFormat='当前加载:{0}'}" TextTrimming="CharacterEllipsis" ToolTip="{Binding ProgramTreeRoots[0].DisplayName}" />