维护更新

This commit is contained in:
GG Z
2026-02-17 22:17:23 +08:00
parent b3479d1f39
commit 3816edbdb4
72 changed files with 272 additions and 2976 deletions

View File

@@ -1,10 +1,11 @@
<Window
<ms:MelWindow
x:Class="ShrlAlgoStudio.GuidGeneratorView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ShrlAlgoStudio"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
Title="GUID 生成工具"
Width="800"
Height="450"
@@ -91,4 +92,4 @@
Content="复制到剪贴板" />
</Grid>
</Grid>
</Window>
</ms:MelWindow>