修改发布网站UI
parent
53b1e7ba04
commit
464526e2d7
File diff suppressed because it is too large
Load Diff
|
@ -23,10 +23,11 @@ using static System.Windows.Forms.VisualStyles.VisualStyleElement.Window;
|
|||
using System.Management.Automation.Host;
|
||||
using SharpCompress.Common;
|
||||
using System.IO.Compression;
|
||||
using MaterialSkin2DotNet.Controls;
|
||||
|
||||
namespace PublishSite
|
||||
{
|
||||
public partial class PublishForm : Form
|
||||
public partial class PublishForm : MaterialForm
|
||||
{
|
||||
public PublishForm()
|
||||
{
|
||||
|
@ -1013,5 +1014,6 @@ namespace PublishSite
|
|||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MaterialSkin2DotNet" Version="1.1.2" />
|
||||
<PackageReference Include="Microsoft.PowerShell.Commands.Management" Version="7.2.10" />
|
||||
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
|
||||
<PackageReference Include="SharpCompress" Version="0.33.0" />
|
||||
|
|
Loading…
Reference in New Issue