chore: sync

This commit is contained in:
lisonge
2023-08-21 21:42:24 +08:00
parent 78905817c4
commit f347feae0d
8 changed files with 79 additions and 14 deletions

View File

@@ -17,5 +17,19 @@ export default <AppConfig>{
`ImageView[id!=null][desc='关闭'][isClickable=true]`, // 1687669217838
],
},
{
key: 2,
name: `QQ-好友动态-广告卡片`,
rules: [
{
activityIds: `com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog`,
matches: `[isClickable=true] > ImageView + TextView[text="关闭此条广告"]`, // 1689050230463
},
{
activityIds: `com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity`,
matches: `View[desc="广告"] + ImageView[isClickable=true]`, // 1689050226722
},
],
},
],
};