From ddcd9dab42b127f6ad8c7bcd1a874a6d656beb3b Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:24:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=90=A4=E7=9F=B3=E4=BA=91=E8=A7=86?= =?UTF-8?q?=E9=A2=91):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2024)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(萤石云视频):开屏广告 * chore(actions): check_format_lint * feat(萤石云视频): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.videogo.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps/com.videogo.ts b/src/apps/com.videogo.ts index 775fbf2a..a0ee25a4 100644 --- a/src/apps/com.videogo.ts +++ b/src/apps/com.videogo.ts @@ -7,15 +7,23 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { + quickFind: true, + key: 0, + name: '【跳过+倒计时】型', matches: '[id="com.videogo:id/ad_skip_tv"]', snapshotUrls: 'https://i.gkd.li/import/12565356', }, + { + key: 1, + name: '【圆圈跳过】型', + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13327309', + }, ], }, {