From 8c062b4eea30ba4bcd21b4eb8a14e2f987a295d0 Mon Sep 17 00:00:00 2001 From: mrj666 Date: Fri, 5 Jun 2026 18:01:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E7=91=9E=E5=B9=B8=E5=92=96?= =?UTF-8?q?=E5=95=A1=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=91=9E=E5=B9=B8=E5=B9=B8=E8=BF=90=E5=AE=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lucky.luckyclient.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.lucky.luckyclient.ts b/src/apps/com.lucky.luckyclient.ts index ed34a497..39d5f736 100644 --- a/src/apps/com.lucky.luckyclient.ts +++ b/src/apps/com.lucky.luckyclient.ts @@ -45,5 +45,20 @@ export default defineGkdApp({ }, ], }, + { + key: 4, + name: '全屏广告-添加瑞幸幸运官', + desc: '匹配93x93关闭按钮,点击后执行返回键关闭添加瑞幸幸运官弹窗', + matchTime: 15000, + actionMaximum: 1, + rules: [ + { + activityIds: 'com.lucky.luckincoffee.MainActivity', + matches: + '@Image[width=93][height=93][visibleToUser=true] < Date: Fri, 5 Jun 2026 22:48:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1=20=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=B9=BF=E5=91=8A-=E6=9C=8B=E5=8F=8B=E5=9C=88?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E9=80=82=E9=85=8D=E6=96=B0=E6=9C=BA?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 0e913a8b..1cdb677e 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -68,6 +68,7 @@ export default defineGkdApp({ '@LinearLayout[clickable=true] > [text="关闭该广告" || text*="Close"][visibleToUser=true]', //2 '@LinearLayout[index=1][clickable=true] <2 * < * - [text*="广告"]', //3 '@[text="关闭该广告"] -2 [text^="对这条广告不感兴趣"][visibleToUser=true]', //4 + '[text="直接关闭"][clickable=true][visibleToUser=true]', //5 ], snapshotUrls: [ //1 @@ -84,6 +85,8 @@ export default defineGkdApp({ 'https://i.gkd.li/i/19666176', //4 'https://i.gkd.li/i/19633486', + //5 + 'https://i.gkd.li/i/28643685', ], },