fix: 细节修改

This commit is contained in:
Shiqvlizi Name
2026-05-23 18:28:00 +08:00
parent 9a51259e9e
commit 47572fefb8

View File

@@ -1,4 +1,4 @@
<Window x:Class="CloudPrint.Client.Views.MainWindow" <Window x:Class="CloudPrint.Client.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:views="clr-namespace:CloudPrint.Client.Views" xmlns:views="clr-namespace:CloudPrint.Client.Views"
@@ -83,7 +83,7 @@
</TabItem> </TabItem>
</TabControl> </TabControl>
<TextBlock Grid.Row="3" Text="当前仅修改 Client 目录;未触碰 adminpage/backend/frontend。" <TextBlock Grid.Row="3" Text="曼波"
Foreground="#64748B" Margin="0,12,0,0" HorizontalAlignment="Right" /> Foreground="#64748B" Margin="0,12,0,0" HorizontalAlignment="Right" />
</Grid> </Grid>
</Window> </Window>