添加了 Mqtt 的界面和添加对话框

This commit is contained in:
2025-07-04 22:39:44 +08:00
parent 8325717b95
commit f86ce8194b
12 changed files with 452 additions and 14 deletions

View File

@@ -34,6 +34,20 @@
<ItemGroup>
<Compile Remove="Data\Repositories\BaseRepositories.cs" />
</ItemGroup>
<ItemGroup>
<Page Update="Views\MqttsView.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Compile Update="Views\MqttsView.xaml.cs">
<DependentUpon>MqttsView.xaml</DependentUpon>
</Compile>
<Page Update="Views\Dialogs\MqttDialog.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Compile Update="Views\Dialogs\MqttDialog.xaml.cs">
<DependentUpon>MqttDialog.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Remove="Assets\AppIcon.png" />
<Resource Include="Assets\AppIcon.png" />