From f98d20a351a13dd37537f50f75c67c45eac53730 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 19 Nov 2025 15:40:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BD=AF=E4=BB=B6=E5=8C=85=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.packageinstaller.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/com.android.packageinstaller.ts b/src/apps/com.android.packageinstaller.ts index 4b12648d..3b7e7068 100644 --- a/src/apps/com.android.packageinstaller.ts +++ b/src/apps/com.android.packageinstaller.ts @@ -22,12 +22,15 @@ export default defineGkdApp({ { key: 0, name: '点击[继续安装]', - matches: '[text="继续安装"]', + matches: + '[text="继续安装"][focusable=true || parent.focusable=true || parent.parent.focusable=true]', snapshotUrls: [ 'https://i.gkd.li/i/13206444', 'https://i.gkd.li/i/14046749', 'https://i.gkd.li/i/16550275', + 'https://i.gkd.li/i/23621117', ], + excludeSnapshotUrls: 'https://i.gkd.li/i/23621105', }, { key: 1, @@ -45,7 +48,6 @@ export default defineGkdApp({ { key: 2, name: '点击[安装]', - activityIds: '.DeleteStagedFileOnResult', matches: '[vid="confirm_bottom_button_layout"]', snapshotUrls: 'https://i.gkd.li/i/14228348', },