From f80b40a25bb26151f83c2b3dae3bd15b49256432 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 6 May 2025 20:16:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BA=94=E7=94=A8=E5=8C=85=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=BB=84=E4=BB=B6-=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85/=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.packageinstaller.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.miui.packageinstaller.ts b/src/apps/com.miui.packageinstaller.ts index feeee8d2..74b2442d 100644 --- a/src/apps/com.miui.packageinstaller.ts +++ b/src/apps/com.miui.packageinstaller.ts @@ -43,12 +43,13 @@ export default defineGkdApp({ 'com.miui.packageInstaller.ui.InstallPrepareAlertActivity', ], matches: - '@FrameLayout[clickable=true] > LinearLayout[childCount=1] > [text^="继续"][text.length=4]', + '@FrameLayout[clickable=true] > LinearLayout[childCount=1] > [text^="继续" || text^="仍然"][text.length=4][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/bd3e2764-4978-44ed-93d3-f176c23c3ec4', snapshotUrls: [ 'https://i.gkd.li/i/16487278', 'https://i.gkd.li/i/16487282', 'https://i.gkd.li/i/17691996', + 'https://i.gkd.li/i/20053957', ], }, {