From 6a1766f1d65bd9ecac40412c9fd0eba1dcaf893f Mon Sep 17 00:00:00 2001 From: Firefly <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:05:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=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-=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=20activityId=EF=BC=89=20(#729)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.updater.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.android.updater.ts b/src/apps/com.android.updater.ts index 5460a21a..3fdaa58f 100644 --- a/src/apps/com.android.updater.ts +++ b/src/apps/com.android.updater.ts @@ -13,7 +13,7 @@ export default defineGkdApp({ resetMatch: 'app', rules: [ { - activityIds: '.MainActivity', + activityIds: ['.MainActivity', '.UpdateActivity'], matches: [ '[vid="alertTitle"][text="开启智能更新" || text="Install automatically?"]', '[id="android:id/button2"][text="暂不开启" || text="No"]', @@ -21,6 +21,7 @@ export default defineGkdApp({ snapshotUrls: [ 'https://i.gkd.li/i/15386937', 'https://i.gkd.li/i/15386869', + 'https://i.gkd.li/i/18469146', ], }, ],