Skip to content

Commit

Permalink
🔧 修复html帮助
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier committed Jan 10, 2025
1 parent 4b07ff0 commit 5b08825
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zhenxun/builtin_plugins/help/html_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ class PluginList(BaseModel):
}


def __handle_item(plugin: PluginInfo, group: GroupConsole | None) -> Item:
def __handle_item(
plugin: PluginInfo, group: GroupConsole | None, is_detail: bool
) -> Item:
"""构造Item
参数:
plugin: PluginInfo
group: 群组
is_detail: 是否详细
返回:
Item: Item
Expand Down

0 comments on commit 5b08825

Please sign in to comment.