From c34b171db724b40537362494e53d9b57031e12ef Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 22 May 2024 16:10:08 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=B3=BB=E7=BB=9F=E6=9B=B4=E6=96=B0):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.updater.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.android.updater.ts b/src/apps/com.android.updater.ts index 1bba31ff..15ea3f11 100644 --- a/src/apps/com.android.updater.ts +++ b/src/apps/com.android.updater.ts @@ -13,8 +13,14 @@ export default defineGkdApp({ resetMatch: 'app', rules: [ { - matches: ['[text="开启智能更新"]', '[text="暂不开启"]'], - snapshotUrls: 'https://i.gkd.li/i/15386937', + matches: [ + '[vid="alertTitle"][text="开启智能更新" || text="Install automatically?"]', + '[id="android:id/button2"][text="暂不开启" || text="No"]', + ], + snapshotUrls: [ + 'https://i.gkd.li/i/15386937', + 'https://i.gkd.li/i/15386869', + ], }, ], },