From 5d02a91c25135bcfb5e5a8dab4e2937ae0a3fcfe Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 10 Apr 2024 14:18:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AC=E8=BD=AC):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wuba.zhuanzhuan.ts | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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', + }, + ], + }, ], });