From d169ac36ae513004beac8a16c82eba3134ffd337 Mon Sep 17 00:00:00 2001 From: Il Harper Date: Fri, 8 Oct 2021 01:14:59 +0800 Subject: [PATCH 1/2] chore: project config update --- src/LibOneBot.csproj | 1 + test/LibOneBot.Test.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/LibOneBot.csproj b/src/LibOneBot.csproj index 1f4e12b..14e777b 100644 --- a/src/LibOneBot.csproj +++ b/src/LibOneBot.csproj @@ -44,6 +44,7 @@ + diff --git a/test/LibOneBot.Test.csproj b/test/LibOneBot.Test.csproj index 7f32170..31bb741 100644 --- a/test/LibOneBot.Test.csproj +++ b/test/LibOneBot.Test.csproj @@ -8,6 +8,7 @@ enable + From 90ec6e0747af38834730632961aceb4eff0a968e Mon Sep 17 00:00:00 2001 From: Il Harper Date: Fri, 8 Oct 2021 01:15:26 +0800 Subject: [PATCH 2/2] feat: update api doc --- src/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cs b/src/Config.cs index a69cc7e..976a43c 100644 --- a/src/Config.cs +++ b/src/Config.cs @@ -169,7 +169,7 @@ public class ConfigCommWSReverse public string URL { get; set; } /// - /// 反向 WebSocket 重连间隔 + /// 反向 WebSocket 重连间隔,单位为毫秒 /// [DataMember(Name = "reconnect_interval")] public int ReconnectInterval { get; set; }