mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 好友热播 (#381)
* feat(QQ): 好友热播 * feat(QQ): 好友热播-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -70,6 +70,27 @@ export default defineAppConfig({
|
||||
'@ImageView[id!=null][clickable=true] -2 TextView[id!=null][text^="新人专享1元购SVIP"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706907',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 5,
|
||||
name: '好友热播',
|
||||
desc: '好友动态中的好友热播,自动选择“减少好友热播” - 默认关闭',
|
||||
activityIds: 'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
||||
rules: [
|
||||
{
|
||||
name: '点击[好友热播]卡片右上角菜单按钮',
|
||||
matches:
|
||||
'TextView[text="好友热播"] + Button[id^="com.tencent.mobileqq.qzone_df_impl:id/"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12721427',
|
||||
},
|
||||
{
|
||||
name: '点击[减少好友热播]',
|
||||
matches:
|
||||
'TextView[text="减少好友热播"] <2 LinearLayout < LinearLayout[id^="com.tencent.mobileqq.qzone_df_impl:id/"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12721433',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
|
||||
Reference in New Issue
Block a user