diff --git a/src/apps/com.wuba.zhuanzhuan.ts b/src/apps/com.wuba.zhuanzhuan.ts index 798b963d..d6597d45 100644 --- a/src/apps/com.wuba.zhuanzhuan.ts +++ b/src/apps/com.wuba.zhuanzhuan.ts @@ -7,10 +7,10 @@ export default defineAppConfig({ { key: 1, name: '更新提示', - actionMaximum: 1, - actionMaximumKey: 0, - resetMatch: 'app', quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + actionMaximumKey: 0, rules: [ { key: 0, @@ -24,5 +24,21 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + activityIds: + 'com.zhuanzhuan.module.reach.channel.impl.uicode.ReachDialogActivity', + matches: + '[id="android:id/content"] > ViewGroup[childCount=3] >2 ViewGroup[childCount=3] > ImageView[clickable=true][index=2]', + exampleUrls: + 'https://m.gkd.li/57941037/2549c1c7-b3ff-49c0-8bcb-d981427c710a', + snapshotUrls: 'https://i.gkd.li/i/14927441', + }, + ], + }, ], });