From 55d6d75f97a3780a545d0af43dc29de762702b43 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 31 Jan 2025 14:40:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(Photos):=20=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=20(#754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.google.android.apps.photos.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/com.google.android.apps.photos.ts b/src/apps/com.google.android.apps.photos.ts index fa08e8448..8f6281e2d 100644 --- a/src/apps/com.google.android.apps.photos.ts +++ b/src/apps/com.google.android.apps.photos.ts @@ -11,14 +11,17 @@ export default defineGkdApp({ fastQuery: true, matchTime: 10000, actionMaximum: 1, - resetMatch: 'app', rules: [ { - activityIds: '.update.treatment.UpdateAppTreatmentPromoPageActivity', - matches: '[text="以后再说" || text="Not now"][visibleToUser=true]', + activityIds: [ + '.update.treatment.UpdateAppTreatmentPromoPageActivity', + '.home.HomeActivity', + ], + matches: '[text="以后再说" || text="Not now"]', // [visibleToUser=true] https://github.com/AIsouler/GKD_subscription/issues/754 snapshotUrls: [ 'https://i.gkd.li/i/13218940', 'https://i.gkd.li/i/18522070', + 'https://i.gkd.li/i/18608917', ], }, ],