kotones-auto-assistant/kotonebot
XcantloadX f01e0224cb refactor(core): 组装 Device 改用 recipe 方案
原来组装 Device 的代码放在每个 Impl 文件下实现,通过
@register_impl 装饰器注册组装函数,然后通过统一接口
组装。现在将所有组装代码移动到了 Host 实现下,Impl 实现
只需要实现自身。
2025-06-25 18:49:08 +08:00
..
backend refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
client refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
config refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
interop/win feat(core): 新增 Mumu12Host & LeidianHost 模拟器控制 2025-05-20 16:22:47 +08:00
kaa refactor(core): 组装 Device 改用 recipe 方案 2025-06-25 18:49:08 +08:00
logging
primitives feat(core): 新增一些基础数据类 2025-05-17 09:34:46 +08:00
tools refactor(core): 将 Commandable 分离为 WindowsCommandable 与 AndroidCommandable 2025-06-14 20:04:01 +08:00
ui feat(task): 增加命令行调用方式 2025-04-11 22:17:38 +08:00
__init__.py refactor(task): 使用基础类中的矩形与点重构任务 2025-05-17 09:37:44 +08:00
debug_entry.py refactor(core): 将 Commandable 分离为 WindowsCommandable 与 AndroidCommandable 2025-06-14 20:04:01 +08:00
errors.py feat(core): 为 Task 类新增 id 字段 2025-04-11 18:55:09 +08:00
util.py feat(task): 优化了培育开始的逻辑,修复若干 bug 2025-06-01 20:39:11 +08:00