mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +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:
@@ -224,5 +224,24 @@ export default defineAppConfig({
|
|||||||
'https://gkd-kit.songe.li/import/12914886',
|
'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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user