From 307c6d6be98c28eb8ec8750ed9a1738dbafd79e2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 14 Jan 2025 19:45:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=BB=B4=E6=BB=B4=E5=87=BA=E8=A1=8C):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-[=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E4=BB=98=E6=AC=BE]=E5=BC=B9=E7=AA=97=20(#710?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sdu.didi.psnger.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.sdu.didi.psnger.ts b/src/apps/com.sdu.didi.psnger.ts index 7950b0996..56b8695aa 100644 --- a/src/apps/com.sdu.didi.psnger.ts +++ b/src/apps/com.sdu.didi.psnger.ts @@ -52,5 +52,22 @@ export default defineGkdApp({ }, ], }, + { + key: 4, + name: '全屏广告-[升级一键付款]弹窗', + desc: '点击[跳过]', + rules: [ + { + fastQuery: true, + activityIds: 'com.didi.sdk.app.MainActivity', + matches: [ + '[text="升级一键付款"][visibleToUser=true]', + '[text="跳过"][visibleToUser=true]', + ], + exampleUrls: 'https://e.gkd.li/effbc440-02c9-40a6-b72e-a7df401c985c', + snapshotUrls: 'https://i.gkd.li/i/18409807', + }, + ], + }, ], });