feat: 优化agent插件及webUI对话页面

This commit is contained in:
Saboteur7
2025-05-22 17:31:32 +08:00
parent 8e6afa5614
commit 70d7e52df0
10 changed files with 602 additions and 100 deletions

View File

@@ -155,7 +155,7 @@ def get_help_text(isadmin, isgroup):
for plugin in plugins:
if plugins[plugin].enabled and not plugins[plugin].hidden:
namecn = plugins[plugin].namecn
help_text += "\n%s:" % namecn
help_text += "\n%s: " % namecn
help_text += PluginManager().instances[plugin].get_help_text(verbose=False).strip()
if ADMIN_COMMANDS and isadmin: