From 0e6b618ed1ae73f5f2115a8686ef44ebdd9f5490 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 16 May 2024 21:00:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(Google=20Play=20=E5=95=86=E5=BA=97):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.vending.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps/com.android.vending.ts b/src/apps/com.android.vending.ts index a223ee83..3127b787 100644 --- a/src/apps/com.android.vending.ts +++ b/src/apps/com.android.vending.ts @@ -19,13 +19,15 @@ export default defineGkdApp({ }, { key: 2, - name: '全屏广告-[体验 Google Play Pass]弹窗', + name: '全屏广告-弹窗广告', desc: '点击[以后再说]', quickFind: true, actionMaximum: 1, resetMatch: 'app', rules: [ { + key: 0, + name: '体验 Google Play Pass', position: { left: 'width * 0.5', top: 'width * 1.5', @@ -37,6 +39,12 @@ export default defineGkdApp({ 'https://i.gkd.li/i/15286041', ], }, + { + key: 1, + name: '隆重推出 Google Play Points 计划', + matches: '[text="以后再说"][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/15335350', + }, ], }, ],