日常更新

This commit is contained in:
2025-09-27 11:02:31 +08:00
parent 0cb6dd50e0
commit c9f4ce4ef3
659 changed files with 8695 additions and 697 deletions

View File

@@ -34,6 +34,7 @@
<Grid.RowDefinitions>
<RowDefinition Height="*"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<StackPanel>
@@ -49,6 +50,13 @@
<Button Content="查" Width="100" Height="50" Click="查"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2">
<Button Content="载入" Width="100" Height="50" Click="载入"/>
<Button Content="卸载" Width="100" Height="50" Click="卸载"/>
<Button Content="转录" Width="100" Height="50" Click="转录"/>
<Button Content="逆转" Width="100" Height="50" Click="逆转"/>
</StackPanel>
</Grid>
<Label x:Name="Debugtag" VerticalContentAlignment="Center" Content="就绪" Background="#FF007ACC" Padding="5,5,5,5" Grid.Row="2"/>