From 12a0e331f83ac6bb87aad465b1404c22023edbc7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 14 Dec 2024 20:49:04 +0800 Subject: [PATCH] =?UTF-8?q?perf(Google=20Play=20Store):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#615)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.vending.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/com.android.vending.ts b/src/apps/com.android.vending.ts index ffb4f587f..66ca780a7 100644 --- a/src/apps/com.android.vending.ts +++ b/src/apps/com.android.vending.ts @@ -46,11 +46,13 @@ export default defineGkdApp({ { key: 2, activityIds: 'com.google.android.finsky.activities.MainActivity', - matches: '[text="以后再说" || text="不用了"][visibleToUser=true]', + matches: + '[text="以后再说" || text="不用了" || text="No thanks"][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/14958783', 'https://i.gkd.li/i/16079813', 'https://i.gkd.li/i/17622043', + 'https://i.gkd.li/i/18135816', ], }, ],