kotones-auto-assistant/kotonebot/client/implements
XcantloadX f01e0224cb refactor(core): 组装 Device 改用 recipe 方案
原来组装 Device 的代码放在每个 Impl 文件下实现,通过
@register_impl 装饰器注册组装函数,然后通过统一接口
组装。现在将所有组装代码移动到了 Host 实现下,Impl 实现
只需要实现自身。
2025-06-25 18:49:08 +08:00
..
nemu_ipc refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
__init__.py feat(core): 引入 Nemu 截图与控制方式 2025-06-23 16:26:31 +08:00
adb.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
adb_raw.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
remote_windows.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
uiautomator2.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
windows.py refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00