feat: 支付宝-分段广告 (#1530)

This commit is contained in:
天方夜谭
2025-12-05 19:25:29 +08:00
committed by GitHub
parent c7ac39685b
commit a8adca55db

View File

@@ -351,18 +351,23 @@ export default defineGkdApp({
}, },
{ {
key: 19, key: 19,
name: '分段广告-服务消息页面-卡片广告', name: '分段广告-服务消息页面卡片广告',
desc: '点击[关闭]-点击[不感兴趣]', desc: '点击关闭-不感兴趣',
fastQuery: true, fastQuery: true,
activityIds: activityIds: [
'com.alipay.android.phone.messageboxapp.ui.MsgBoxTabActivity', 'com.alipay.android.phone.messageboxapp.ui.MsgBoxTabActivity',
'com.alipay.android.phone.msgboxapp.ui.activity.MBoxTabPageActivity',
],
rules: [ rules: [
{ {
key: 0, key: 0,
matches: '@[clickable=true] > [text="广告"]', matches: '@[clickable=true] > [text="广告"]',
exampleUrls: exampleUrls:
'https://m.gkd.li/57941037/c3e08729-6d97-4a87-bfc3-1e38dd95c384', '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], preKeys: [0],
@@ -370,7 +375,10 @@ export default defineGkdApp({
matches: '@[clickable=true] >2 [text="不感兴趣"]', matches: '@[clickable=true] >2 [text="不感兴趣"]',
exampleUrls: exampleUrls:
'https://m.gkd.li/57941037/64c8c27d-23de-43b1-a87b-e2107b644eb1', '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',
],
}, },
], ],
}, },