mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user