kotones-auto-assistant/kotonebot/client/host
XcantloadX f01e0224cb refactor(core): 组装 Device 改用 recipe 方案
原来组装 Device 的代码放在每个 Impl 文件下实现,通过
@register_impl 装饰器注册组装函数,然后通过统一接口
组装。现在将所有组装代码移动到了 Host 实现下,Impl 实现
只需要实现自身。
2025-06-25 18:49:08 +08:00
..
README.md initial commit 2025-01-06 09:42:03 +08:00
__init__.py refactor(core): 重构 Device 与 Impl 的创建方式 2025-06-10 23:00:33 +08:00
adb_common.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
custom.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
leidian_host.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
mumu12_host.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
protocol.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
windows_common.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00

README.md

client.host 模块为设备提供平台的相关代码,通常指的是本地模拟器。 此模块主要负责创建、列出、连接、关闭、删除设备等操作。