improve update_working_mem tool description; adb_ui u2 priority; autonomous_operation framework lock

This commit is contained in:
Liang Jiaqing
2026-02-16 11:31:58 +08:00
parent 90bb6868ec
commit df478d81e1
5 changed files with 50 additions and 17 deletions

View File

@@ -36,4 +36,5 @@ ljqCtrl.Click(px, py)
## 4. 避坑指南
- **物理验证**:模拟操作前必须确保窗口已通过 `activate()` 置于前台。
- **偏移量**:所有的相对偏移像素值(如“向右移动 10 像素”)同样需要除以 `dpi_scale`
- **偏移量**:所有的相对偏移像素值(如“向右移动 10 像素”)同样需要除以 `dpi_scale`
- **坐标对齐**: 物理坐标 = 截图坐标ljqCtrl 自动处理 DPI 换算,禁止手动重复计算。