refactor(managers): 重构单例管理器实现并优化代码结构
feat(ws_pool): 新增 WebSocket 连接池实现 perf(json): 使用 orjson 替代标准 json 库提升性能 style: 清理未使用的导入和冗余代码 docs: 更新架构文档和开发规范 test: 添加 WebSocket 连接池测试用例 fix(plugins): 修复自动审批插件 API 调用参数格式
This commit is contained in:
@@ -41,7 +41,6 @@ def get_performance_config():
|
||||
dict: 性能分析配置
|
||||
"""
|
||||
import os
|
||||
import json
|
||||
|
||||
# 从环境变量加载配置
|
||||
config = PERFORMANCE_CONFIG.copy()
|
||||
|
||||
Reference in New Issue
Block a user