调整 man

This commit is contained in:
2025-10-24 02:27:56 +08:00
parent 96679033f3
commit 164305e81f
3 changed files with 1 additions and 22 deletions

View File

@ -75,7 +75,7 @@ async def _(
else:
# 查阅模式
if section is None:
section_set = {1}
section_set = {1, 7}
else:
section_set = {section}
if 1 in section_set and is_admin(event):