From 5ed9c34a4bcbbd38d8ffaf5a571b56e51aca37ee Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:23:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=88=86=E7=BD=91=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E7=9B=92=E5=AD=90):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89?= =?UTF-8?q?=20(#3576)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.byfen.market.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/apps/com.byfen.market.ts b/src/apps/com.byfen.market.ts index 36b4a386..91b521c2 100644 --- a/src/apps/com.byfen.market.ts +++ b/src/apps/com.byfen.market.ts @@ -12,9 +12,15 @@ export default defineAppConfig({ resetMatch: 'app', rules: [ { + key: 0, matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', snapshotUrls: 'https://i.gkd.li/import/13298944', }, + { + key: 1, + matches: '[id="com.byfen.market:id/ad_view"] >3 View[clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13800021', + }, ], }, ],