mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:22:21 +08:00
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:
parent
3217115748
commit
c3f5c04ea0
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user