From 021133954ec31eb9a8516589c59e555156a244aa Mon Sep 17 00:00:00 2001 From: passthem Date: Fri, 24 Oct 2025 01:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20man=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/plugins/man/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konabot/plugins/man/__init__.py b/konabot/plugins/man/__init__.py index ed27620..3fcca82 100644 --- a/konabot/plugins/man/__init__.py +++ b/konabot/plugins/man/__init__.py @@ -53,7 +53,7 @@ async def _( if doc is None: # 检索模式 if section is None: - section_set = {1} + section_set = {1, 7} else: section_set = {section} if 1 in section_set and is_admin(event):