support Mi note 10

This commit is contained in:
2024-11-06 14:06:37 +01:00
parent f3a7188b31
commit 6ce3a56ce2
+2
View File
@@ -1465,6 +1465,8 @@ class CommandorPage {
this.device.shell("input tap " + 510 + " " + 1975)
} else if (model === "MI_5s") {
this.device.shell("input tap " + 510 + " " + 1615)
} else if (model === "Mi_Note_10") {
await this.tapForDevice(this.device, 498, 1910)
} else
this.device.shell("input tap " + 385 + " " + 2050)
await delay(1000);