mirror of
https://github.com/snltty/linker.git
synced 2025-12-19 01:46:46 +08:00
hook顺序
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user