mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(腾讯视频): 个人中心广告 (#568)
* feat(腾讯视频) * Update com.tencent.qqlive.ts * 请求开启推送通知弹窗改为默认关闭 * feat 【个人中心广告】新增一类规则
This commit is contained in:
@@ -95,13 +95,23 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '个人中心-广告卡片',
|
||||
desc: '自动点击“不感兴趣”',
|
||||
name: '个人中心广告',
|
||||
activityIds: ['com.tencent.qqlive.ona.activity.SplashHomeActivity'],
|
||||
rules:
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches:
|
||||
'ViewGroup > TextView + LinearLayout[childCount=2] + ImageView[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12700175',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'RelativeLayout > FrameLayout + @ImageView[clickable=true] + ImageView + ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12777344',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 19, // 配合应用内其他广告卡片使用,反馈界面的规则都是一样的
|
||||
name: '广告反馈卡片',
|
||||
|
||||
Reference in New Issue
Block a user