大量更新

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

@@ -21,11 +21,11 @@
<StackPanel Margin="5">
<TextBox
Margin="5"
ui:InputAssist.Placeholder="文件名"
ui:InputAssist.PlaceholderText="文件名"
Text="{Binding FileName, UpdateSourceTrigger=PropertyChanged}" />
<TextBox
Margin="5"
ui:InputAssist.Placeholder="保存路径"
ui:InputAssist.PlaceholderText="保存路径"
Text="{Binding FolderPath, UpdateSourceTrigger=PropertyChanged}" />
<Button
Margin="5"