From ba01624152c79f3a4e48992c8196d8b020cf61d7 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sun, 7 Sep 2025 15:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=95=E9=83=A8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A0=8F=EF=BC=8C=E7=BB=9F=E4=B8=80=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=92=8C=E8=BF=9B=E5=BA=A6=E6=9D=A1=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/requirement/todo_features.md | 8 ++ src/UI/WPF/LogisticsControlPanel.xaml | 47 ++++++--- src/UI/WPF/LogisticsControlPanel.xaml.cs | 4 +- .../ViewModels/LogisticsControlViewModel.cs | 57 +++++++++++ .../WPF/ViewModels/ModelSettingsViewModel.cs | 99 +++++++++++++------ src/UI/WPF/Views/ModelSettingsView.xaml | 23 ----- src/UI/WPF/Views/ModelSettingsView.xaml.cs | 6 +- 7 files changed, 172 insertions(+), 72 deletions(-) diff --git a/doc/requirement/todo_features.md b/doc/requirement/todo_features.md index c669a20..e6a0d89 100644 --- a/doc/requirement/todo_features.md +++ b/doc/requirement/todo_features.md @@ -2,9 +2,17 @@ ## 功能点 +### [2025/09/07] + +1. [ ] (功能)增加插件系统参数配置和管理 +2. [ ] (功能)增加物流属性自定义 +3. [x] (功能)增加底部状态栏,统一提示消息和进度条显示 + ### [2025/09/05] 1. [x] (功能)把三维视图选点光标改成十字形,当失去焦点时,按空格键切换回来。 +2. [x] (优化和功能) 用精确几何方式进行通道网格构建,用网格可视化方式确认其正确性 +3. [x] (优化) 重写路径优化算法,确保直线和直角转弯,不引入错误路径 ### [2025/09/04] diff --git a/src/UI/WPF/LogisticsControlPanel.xaml b/src/UI/WPF/LogisticsControlPanel.xaml index 7a697eb..c5078e6 100644 --- a/src/UI/WPF/LogisticsControlPanel.xaml +++ b/src/UI/WPF/LogisticsControlPanel.xaml @@ -16,7 +16,7 @@ NavisworksTransport 主控制面板 - 采用与其他视图一致的Navisworks 2 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:views="clr-namespace:NavisworksTransport.UI.WPF.Views" - mc:Ignorable="d" + mc:Ignorable="d" d:DesignHeight="700" d:DesignWidth="480"> @@ -25,6 +25,9 @@ NavisworksTransport 主控制面板 - 采用与其他视图一致的Navisworks 2 + + + @@ -78,17 +81,37 @@ NavisworksTransport 主控制面板 - 采用与其他视图一致的Navisworks 2 Background="#FFF8FBFF" Margin="10,5,10,10" Padding="12,8"> - -