维护更新

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,16 +1,19 @@
<ms:MelWindow
Height="450"
Title="LicenseGen"
Title="许可生成"
Width="800"
mc:Ignorable="d"
x:Class="ShrlAlgoStudio.LicenseGen"
x:Class="ShrlAlgoStudio.LicenseGenView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<ms:StackPanel HorizontalAlignment="Center" Width="600">
<ms:StackPanel
HorizontalAlignment="Center"
Spacing="5"
Width="600">
<UniformGrid Rows="1">
<TextBox ms:InputAssist.Prefix="私钥:" x:Name="PrivateKeyTextBox" />
<TextBox ms:InputAssist.Prefix="公钥:" x:Name="PublicKeyTextBox" />