support Mi note 10
This commit is contained in:
@@ -1465,6 +1465,8 @@ class CommandorPage {
|
|||||||
this.device.shell("input tap " + 510 + " " + 1975)
|
this.device.shell("input tap " + 510 + " " + 1975)
|
||||||
} else if (model === "MI_5s") {
|
} else if (model === "MI_5s") {
|
||||||
this.device.shell("input tap " + 510 + " " + 1615)
|
this.device.shell("input tap " + 510 + " " + 1615)
|
||||||
|
} else if (model === "Mi_Note_10") {
|
||||||
|
await this.tapForDevice(this.device, 498, 1910)
|
||||||
} else
|
} else
|
||||||
this.device.shell("input tap " + 385 + " " + 2050)
|
this.device.shell("input tap " + 385 + " " + 2050)
|
||||||
await delay(1000);
|
await delay(1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user