refactor(core): 重构核心模块结构并添加开发文档
将核心模块按功能重新组织为更清晰的结构,包括 managers、handlers 和 utils 目录 添加完整的开发文档,涵盖快速开始、项目结构、核心概念和插件开发指南 更新所有相关模块的导入路径以匹配新的结构 将单例模式实现提取到单独的 singleton.py 文件
This commit is contained in:
@@ -20,3 +20,6 @@ websockets==15.0.1
|
||||
win32_setctime==1.2.0
|
||||
yarg==0.1.10
|
||||
docker
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-mock
|
||||
|
||||
Reference in New Issue
Block a user