From 6ce3a56ce20e8defce65f9d629075b3a758d211f Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Wed, 6 Nov 2024 14:06:37 +0100 Subject: [PATCH] support Mi note 10 --- src/workers/CommandorPage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 93e09fc..1a99f5e 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -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);