Skip to content

Commit

Permalink
🐛 修复帮助图列数问题 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
CM-Edelweiss authored Dec 15, 2024
1 parent 9de56a9 commit 702ee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenshinUID/genshinuid_help/get_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 702ee2f

Please sign in to comment.