From 6b3b163fa89e4a229b0fd1646186fb2cb11bfd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 6 Nov 2024 16:45:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis/webapi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apis/webapi.ts b/src/core/apis/webapi.ts index 63cf2247..c6a838ff 100644 --- a/src/core/apis/webapi.ts +++ b/src/core/apis/webapi.ts @@ -283,7 +283,7 @@ export class NTQQWebApi { this.context.logger.logError.bind(this.context.logger)('获取群聊之火失败'); } } - if (getType === WebHonorType.PERFORMER || getType === WebHonorType.ALL) { + if (getType === WebHonorType.LEGEND || getType === WebHonorType.ALL) { const RetInternal = await getDataInternal(groupCode, 3); if (RetInternal) { HonorInfo.legend_list = [];