From c8ca3758da3d097e13e772894abb3307810bb794 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:40: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=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#1970)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.byfen.market.ts * feat(百分网游戏盒子): 开屏广告 --------- Co-authored-by: lisonge close #1959 --- src/apps/com.byfen.market.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.byfen.market.ts diff --git a/src/apps/com.byfen.market.ts b/src/apps/com.byfen.market.ts new file mode 100644 index 00000000..36b4a386 --- /dev/null +++ b/src/apps/com.byfen.market.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.byfen.market', + name: '百分网游戏盒子', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13298944', + }, + ], + }, + ], +});