feat: 点刺、后勤种子存钱 & ProcessTask 添加 Input 方法 (#11521)

* feat: 为 ProcessTask 添加文本输入功能

* feat: 点刺、后勤种子存钱

* docs: 为 Input 方法添加文档

* perf: 添加循环刷钱cd检查

* perf: werror

* perf: 改变 Input 的 int 值

* perf: 减少 AsstProxy 传参,改用 c:Binding

* chore: 界面显示和获取分离

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
This commit is contained in:
晓丶梦丶仁
2025-01-12 20:03:09 +08:00
committed by GitHub
parent 93ab86afbb
commit 3d5e05414f
38 changed files with 252 additions and 15 deletions

View File

@@ -83,6 +83,7 @@ bool asst::GeneralConfig::parse(const json::value& json)
adb.display_id = cfg_json.get("displayId", base_cfg.display_id);
adb.uuid = cfg_json.get("uuid", base_cfg.uuid);
adb.click = cfg_json.get("click", base_cfg.click);
adb.input = cfg_json.get("input", base_cfg.input);
adb.swipe = cfg_json.get("swipe", base_cfg.swipe);
adb.press_esc = cfg_json.get("pressEsc", base_cfg.press_esc);
adb.display = cfg_json.get("display", base_cfg.display);