feat(QQ): 好友动态-为你推荐 (#1182)

* feat 消息页面-顶部广告(优化规则)

* feat 好友热播(新增 activityId)

* feat(QQ): 规则优化

* feat QQ小程序开屏广告(增加activityId)

* feat 好友动态-为你推荐

* feat(QQ): 规则优化

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao 2023-10-18 00:29:28 +08:00 committed by GitHub
parent 3217115748
commit c3f5c04ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,5 +224,24 @@ export default defineAppConfig({
'https://gkd-kit.songe.li/import/12914886',
],
},
{
key: 15,
name: '好友动态-为你推荐',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: [
{
key: 0,
matches: '[text="为你推荐"] + ImageView[id!=null][clickable=true]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12929620',
},
{
preKeys: 0,
key: 1,
matches:
'@LinearLayout[id!=null][clickable=true] > LinearLayout > [text="减少此类推荐"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12929619',
},
],
},
],
});