mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 频道页面广告 (#342)
* feat(QQ) * feat(QQ) * feat(QQ): 频道页面广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -39,11 +39,24 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '频道页面-广告弹窗',
|
name: '频道页面广告',
|
||||||
activityIds:
|
rules: [
|
||||||
'com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog',
|
{
|
||||||
rules: ['ImageView[id="com.tencent.mobileqq:id/close"][clickable=true]'],
|
name: '弹窗广告',
|
||||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12642081'],
|
activityIds:
|
||||||
|
'com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog',
|
||||||
|
matches:
|
||||||
|
'ImageView[id="com.tencent.mobileqq:id/close"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642081',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '右侧悬浮广告',
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
|
matches:
|
||||||
|
'FrameLayout[desc="发表帖子"] - LinearLayout[id!=null] >3 ImageView[id!=null][clickable=false] - View[id!=null][clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708844',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user