mirror of
https://github.com/snltty/linker.git
synced 2025-10-06 01:26:54 +08:00
demo
This commit is contained in:
@@ -165,8 +165,6 @@ namespace linker.messenger.example
|
|||||||
if (resp.Code == MessageResponeCodes.OK)
|
if (resp.Code == MessageResponeCodes.OK)
|
||||||
{
|
{
|
||||||
Console.WriteLine($"当前在线 : {serializer.Deserialize<SignInListResponseInfo>(resp.Data.Span).List.ToJson()}");
|
Console.WriteLine($"当前在线 : {serializer.Deserialize<SignInListResponseInfo>(resp.Data.Span).List.ToJson()}");
|
||||||
publicConfigInfo.SignConnection?.Disponse(6);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
v1.6.4
|
v1.6.4
|
||||||
2024-12-22 17:58:05
|
2024-12-22 17:59:01
|
||||||
1. 优化代码,解耦,简单几步将打洞和中继集成到你自己的项目中
|
1. 优化代码,解耦,简单几步将打洞和中继集成到你自己的项目中
|
||||||
2. 增加了组件组合demo
|
2. 增加了组件组合demo
|
||||||
3. 测试中,不要更,不要更,不要更
|
3. 测试中,不要更,不要更,不要更
|
Reference in New Issue
Block a user