hook顺序

This commit is contained in:
snltty
2025-10-11 11:21:15 +08:00
parent 4b3fc3e673
commit 2a6da1f246
18 changed files with 33 additions and 34 deletions

View File

@@ -44,7 +44,6 @@ namespace linker.messenger.relay.server
public void Confirm();
}
public sealed class RelayServerNodeInfo
{
private string id = Guid.NewGuid().ToString().ToUpper();
@@ -121,7 +120,6 @@ namespace linker.messenger.relay.server
public bool Sync2Server { get; set; }
}
public partial class RelayServerNodeReportInfo
{
public string Id { get; set; } = string.Empty;