fix: 移除重复的代码和文档内容

- 删除main.py中重复的sync_help_pic调用
- 删除plugin_manager.py中重复的__all__声明
- 清理performance.md中已移除的WebSocket连接池文档
This commit is contained in:
2026-01-23 16:58:16 +08:00
parent ce76c67dd0
commit 15dcf0f764
3 changed files with 6 additions and 18 deletions

View File

@@ -133,6 +133,9 @@ async def main():
# 同步帮助图片
await matcher.sync_help_pic()
# 同步帮助图片
await matcher.sync_help_pic()
# 初始化权限管理器(包含了管理员管理功能)
await permission_manager.initialize()