From 84713b495a34ebf5e4fc6a9c8626749059846c08 Mon Sep 17 00:00:00 2001 From: GardenHamster Date: Tue, 29 Aug 2023 15:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20#=E6=97=A5=E6=A6=9C=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=B8=AD=E7=9A=84=E4=B8=80=E5=A4=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=94=99=E8=AF=AF=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj | 2 +- Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs | 2 +- Theresa3rd-Bot/TheresaBot.Main/Handler/PixivRankingHandler.cs | 2 +- .../TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj b/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj index 7adb8a82..4bdbac45 100644 --- a/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj +++ b/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj @@ -4,7 +4,7 @@ TheresaBot.GoCqHttp - 0.10.2 + 0.10.3 disable enable 3 diff --git a/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs b/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs index 5b05655b..1142357d 100644 --- a/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs +++ b/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs @@ -4,7 +4,7 @@ namespace TheresaBot.Main.Common { public static class BotConfig { - public const string BotVersion = "0.10.2"; + public const string BotVersion = "0.10.3"; public const string BotHomepage = "https://www.theresa3rd.cn"; public static GeneralConfig GeneralConfig = new GeneralConfig(); public static PixivConfig PixivConfig = new PixivConfig(); diff --git a/Theresa3rd-Bot/TheresaBot.Main/Handler/PixivRankingHandler.cs b/Theresa3rd-Bot/TheresaBot.Main/Handler/PixivRankingHandler.cs index a428123a..6918c4d9 100644 --- a/Theresa3rd-Bot/TheresaBot.Main/Handler/PixivRankingHandler.cs +++ b/Theresa3rd-Bot/TheresaBot.Main/Handler/PixivRankingHandler.cs @@ -220,7 +220,7 @@ private async Task ReplyRanking(GroupCommand command, PixivRankingMode rankingMo { dateStr = paramArr[0]; } - else + else if(paramArr.Length > 0) { idStr = paramArr[0]; } diff --git a/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj b/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj index b75ae8dd..d90aeae8 100644 --- a/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj +++ b/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj @@ -5,7 +5,7 @@ TheresaBot.MiraiHttpApi - 0.10.2 + 0.10.3 disable enable 3