improve:截图

This commit is contained in:
2025-09-13 13:37:51 +08:00
parent d5fa46033e
commit fab9e4b265
4 changed files with 90 additions and 0 deletions
@@ -117,6 +117,15 @@
BorderThickness="0"
FontWeight="Medium"
Click="FreehandModeButton_Click" />
<Button Name="FullScreenButton"
Content="全屏截图"
Margin="4,0"
Padding="12,6"
Background="#7c3aed"
Foreground="White"
BorderThickness="0"
FontWeight="Medium"
Click="FullScreenButton_Click" />
<!-- 分隔线 -->
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}"