🐛 修复帮助图列数问题 (#662)

This commit is contained in:
Edelweiss 2024-12-15 08:40:05 +08:00 committed by GitHub
parent 9de56a90fe
commit 702ee2fd26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ async def get_core_help() -> Union[bytes, str]:
help_bg=BG,
icon_path=ICON_PATH,
footer=get_footer(),
column=5,
column=column,
item_bg=ITEM_BG,
enable_cache=True,
)