将插件主控UI移到Views目录
This commit is contained in:
parent
d8b65342e1
commit
abda8a4a4d
@ -162,7 +162,7 @@
|
||||
<Compile Include="src\PathPlanning\PathOptimizer.cs" />
|
||||
|
||||
<!-- UI - WPF -->
|
||||
<Compile Include="src\UI\WPF\LogisticsControlPanel.xaml.cs">
|
||||
<Compile Include="src\UI\WPF\Views\LogisticsControlPanel.xaml.cs">
|
||||
<DependentUpon>LogisticsControlPanel.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="src\UI\WPF\Views\ModelSettingsView.xaml.cs">
|
||||
@ -254,7 +254,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<!-- WPF XAML Files -->
|
||||
<Page Include="src\UI\WPF\LogisticsControlPanel.xaml">
|
||||
<Page Include="src\UI\WPF\Views\LogisticsControlPanel.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
|
||||
1. [x] (功能)给动画增加步进功能,同时提供反向功能(反向播放、反向步进)
|
||||
2. [x] (功能) 自动生成的路径,贴合通道表面
|
||||
3. [x] (功能) 文档更新后,插件重新初始化
|
||||
|
||||
### [2025/09/011]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user