mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:12:20 +08:00
feat(QQ邮箱): 列表卡片广告-规则优化 (#1826)
* Update com.tencent.androidqqmail.ts * feat(QQ邮箱): 列表卡片广告 --------- Co-authored-by: lisonge <i@songe.li> close #1776
This commit is contained in:
parent
2ca9ef0311
commit
4515f23a06
|
@ -13,7 +13,7 @@ export default defineAppConfig({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '广告邮件-列表卡片广告',
|
name: '列表卡片广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity',
|
activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity',
|
||||||
rules: [
|
rules: [
|
||||||
|
@ -37,11 +37,9 @@ export default defineAppConfig({
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12775857',
|
snapshotUrls: 'https://i.gkd.li/import/12775857',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: [1],
|
preKeys: [0, 1], // https://github.com/gkd-kit/subscription/issues/1776
|
||||||
key: 9,
|
key: 9,
|
||||||
name: '点击[不感兴趣]',
|
name: '点击[不感兴趣]',
|
||||||
actionDelay: 300,
|
|
||||||
action: 'clickCenter',
|
|
||||||
matches:
|
matches:
|
||||||
'[text="赞助商提供的广告"] < FrameLayout + @FrameLayout > [text="不感兴趣"]',
|
'[text="赞助商提供的广告"] < FrameLayout + @FrameLayout > [text="不感兴趣"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12775862',
|
snapshotUrls: 'https://i.gkd.li/import/12775862',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user