From aa8ac9a34a2991d4611b6d8010e1d2fc7a7a60f0 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:01:10 +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=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#3604)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(百分网游戏盒子): 开屏广告(优化规则) * feat(百分网游戏盒子): 广告弹窗 --------- Signed-off-by: adproqwq <101449500+adproqwq@users.noreply.github.com> Co-authored-by: adproqwq <2757917031@qq.com> --- src/apps/com.byfen.market.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.byfen.market.ts b/src/apps/com.byfen.market.ts index 91b521c2..ae6d8531 100644 --- a/src/apps/com.byfen.market.ts +++ b/src/apps/com.byfen.market.ts @@ -23,5 +23,12 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '弹窗广告', + quickFind: true, + rules: '[id="com.byfen.market:id/idIvClose"]', + snapshotUrls: 'https://i.gkd.li/import/13801613', + }, ], });