kotones-auto-assistant/kotonebot/client
XcantloadX f01e0224cb refactor(core): 组装 Device 改用 recipe 方案
原来组装 Device 的代码放在每个 Impl 文件下实现,通过
@register_impl 装饰器注册组装函数,然后通过统一接口
组装。现在将所有组装代码移动到了 Host 实现下,Impl 实现
只需要实现自身。
2025-06-25 18:49:08 +08:00
..
host refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
implements refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
README.md docs: 添加对每个模块的说明 README 2025-01-12 17:12:34 +08:00
__init__.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
device.py refactor(core): 将 Commandable 分离为 WindowsCommandable 与 AndroidCommandable 2025-06-14 20:04:01 +08:00
fast_screenshot.py feat(core): 新增 uiautomator2 控制与截图方法 2025-02-12 10:50:24 +08:00
protocol.py refactor(core): 将 Commandable 分离为 WindowsCommandable 与 AndroidCommandable 2025-06-14 20:04:01 +08:00
registration.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00

README.md

kotonebot.client

此文件夹下为客户端操作代码,包括对模拟器的启停,设备的控制等