diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index a1dee697..22cb20bb 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -286,5 +286,20 @@ export default defineGkdApp({ }, ], }, + { + key: 23, + name: '其他-视频播放时的评价悬浮窗', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: '.ona.activity.VideoDetailActivity', + matches: + '@View[clickable=true] + RecyclerView[childCount=5] > ViewGroup[childCount=2] > TextView[text="不推荐"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/b10125fa-5b1f-4a64-b258-392c57f4a1d8', + snapshotUrls: 'https://i.gkd.li/i/20271517', + }, + ], + }, ], });