mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 13:58:16 +08:00
<refactor> ui美化...
This commit is contained in:
@ -7,7 +7,7 @@ public sealed class Main : ToolBase<Option>
|
||||
public Main(Option opt) : base(opt) { }
|
||||
|
||||
|
||||
public override Task Run()
|
||||
protected override Task Core()
|
||||
{
|
||||
var guid = System.Guid.NewGuid().ToString();
|
||||
if (Opt.Upper) guid = guid.ToUpper();
|
||||
|
Reference in New Issue
Block a user