添加删单个变量的功能

This commit is contained in:
2025-07-05 00:04:00 +08:00
parent bf1e5f27eb
commit 2b5d7566fe
2 changed files with 47 additions and 5 deletions

View File

@@ -69,6 +69,13 @@
<ui:FontIcon Icon="{x:Static ui:SegoeFluentIcons.Edit}" />
</ui:AppBarButton.Icon>
</ui:AppBarButton>
<ui:AppBarButton Command="{Binding DeleteVarDataCommand}"
Label="删除变量">
<ui:AppBarButton.Icon>
<ui:FontIcon Icon="{x:Static ui:SegoeFluentIcons.Delete}" />
</ui:AppBarButton.Icon>
</ui:AppBarButton>
<ui:AppBarButton Command="{Binding SaveModifiedVarDataCommand}"