功能更新

This commit is contained in:
GG Z
2026-02-12 21:29:00 +08:00
parent a9faf251be
commit b3479d1f39
342 changed files with 4671 additions and 2223 deletions

View File

@@ -1,12 +1,21 @@
<Window x:Class="ShrlAlgoStudio.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ShrlAlgoStudio"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Window
x:Class="ShrlAlgoStudio.MainWindow"
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="MainWindow"
Width="800"
Height="450"
mc:Ignorable="d">
<Grid>
<ms:StackPanel VerticalAlignment="Top" Spacing="10">
<Button Click="ReplaceFont_Click" Content="替换达芬奇插件字体" />
<Button Click="RevitCipher_Click" Content="加解密Revit文件" />
<Button Click="GuidGenerate_Click" Content="GUID生成" />
<Button Click="IconFont_Click" Content="图表字体转C#代码" />
</ms:StackPanel>
</Grid>
</Window>