增加模式

This commit is contained in:
snltty
2024-04-04 01:46:14 +08:00
parent fbb35a6518
commit 6cbb14901e
85 changed files with 1795 additions and 1649 deletions

View File

@@ -26,6 +26,7 @@ namespace cmonitor.client
SignInTask();
tcpServer.OnDisconnected += (hashcode) =>
{
Logger.Instance.Info($"client disconnected");
clientSignInState.PushNetworkDisabled();
};
}