大量更新

This commit is contained in:
GG Z
2025-12-23 21:35:54 +08:00
parent cd4733ee01
commit ceccab9abb
211 changed files with 9439 additions and 6578 deletions

View File

@@ -22,12 +22,12 @@
</Window.Resources>
<ui:StackPanel Margin="5" Spacing="5">
<ComboBox
ui:SelectorAssist.Placeholder="选择族"
ui:InputAssist.PlaceholderText="选择族"
DisplayMemberPath="Name"
ItemsSource="{Binding Families}"
SelectedItem="{Binding SelectedFamily, UpdateSourceTrigger=PropertyChanged}" />
<ComboBox
ui:SelectorAssist.Placeholder="选择族类型"
ui:InputAssist.PlaceholderText="选择族类型"
DisplayMemberPath="Name"
ItemsSource="{Binding FamilySymbols, Mode=OneWay}"
SelectedItem="{Binding SelectedFamilySymbol, UpdateSourceTrigger=PropertyChanged}" />