mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 好友动态-广告卡片 - 优化规则 (#766)
This commit is contained in:
@@ -26,17 +26,17 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '好友动态-广告卡片',
|
name: '好友动态-广告卡片',
|
||||||
|
activityIds: 'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds:
|
key: 0,
|
||||||
'com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog',
|
matches: 'View[desc="广告"] + ImageView[clickable=true]', // 1689050226722
|
||||||
matches:
|
|
||||||
'[clickable=true] > ImageView + TextView[text="关闭此条广告"]', // 1689050230463
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
activityIds:
|
preKeys: 0,
|
||||||
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
matches:
|
||||||
matches: 'View[desc="广告"] + ImageView[clickable=true]', // 1689050226722
|
'[clickable=true] > ImageView + TextView[text="关闭此条广告"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840889',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user