From a8adca55db1484782b4a3c02bc7f9c9c22fa2aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= Date: Fri, 5 Dec 2025 19:25:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E4=BB=98=E5=AE=9D-=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=B9=BF=E5=91=8A=20(#1530)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eg.android.AlipayGphone.ts | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index 63ea5484..e86cbfde 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -351,18 +351,23 @@ export default defineGkdApp({ }, { key: 19, - name: '分段广告-服务消息页面-卡片广告', - desc: '点击[关闭]-点击[不感兴趣]', + name: '分段广告-服务消息页面卡片广告', + desc: '点击关闭-不感兴趣', fastQuery: true, - activityIds: + activityIds: [ 'com.alipay.android.phone.messageboxapp.ui.MsgBoxTabActivity', + 'com.alipay.android.phone.msgboxapp.ui.activity.MBoxTabPageActivity', + ], rules: [ { key: 0, matches: '@[clickable=true] > [text="广告"]', exampleUrls: 'https://m.gkd.li/57941037/c3e08729-6d97-4a87-bfc3-1e38dd95c384', - snapshotUrls: 'https://i.gkd.li/i/14787644', + snapshotUrls: [ + 'https://i.gkd.li/i/14787644', + 'https://i.gkd.li/i/23935865', + ], }, { preKeys: [0], @@ -370,7 +375,10 @@ export default defineGkdApp({ matches: '@[clickable=true] >2 [text="不感兴趣"]', exampleUrls: 'https://m.gkd.li/57941037/64c8c27d-23de-43b1-a87b-e2107b644eb1', - snapshotUrls: 'https://i.gkd.li/i/14787585', + snapshotUrls: [ + 'https://i.gkd.li/i/14787585', + 'https://i.gkd.li/i/23935930', + ], }, ], },