diff --git a/NavisworksTransportPlugin.csproj b/NavisworksTransportPlugin.csproj index 8658304..c397615 100644 --- a/NavisworksTransportPlugin.csproj +++ b/NavisworksTransportPlugin.csproj @@ -162,7 +162,7 @@ - + LogisticsControlPanel.xaml @@ -254,7 +254,7 @@ - + Designer MSBuild:Compile diff --git a/doc/requirement/todo_features.md b/doc/requirement/todo_features.md index c862e21..147632d 100644 --- a/doc/requirement/todo_features.md +++ b/doc/requirement/todo_features.md @@ -6,6 +6,7 @@ 1. [x] (功能)给动画增加步进功能,同时提供反向功能(反向播放、反向步进) 2. [x] (功能) 自动生成的路径,贴合通道表面 +3. [x] (功能) 文档更新后,插件重新初始化 ### [2025/09/011] diff --git a/src/UI/WPF/LogisticsControlPanel.xaml b/src/UI/WPF/Views/LogisticsControlPanel.xaml similarity index 100% rename from src/UI/WPF/LogisticsControlPanel.xaml rename to src/UI/WPF/Views/LogisticsControlPanel.xaml diff --git a/src/UI/WPF/LogisticsControlPanel.xaml.cs b/src/UI/WPF/Views/LogisticsControlPanel.xaml.cs similarity index 100% rename from src/UI/WPF/LogisticsControlPanel.xaml.cs rename to src/UI/WPF/Views/LogisticsControlPanel.xaml.cs