From 28a435e99fc95d49c722e4ae8b528d2aa2728d41 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:57:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=B5=E8=A7=86=E6=9E=9C):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1707)?= 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 close #1676 --- src/apps/tv.tvguo.androidphone.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/tv.tvguo.androidphone.ts diff --git a/src/apps/tv.tvguo.androidphone.ts b/src/apps/tv.tvguo.androidphone.ts new file mode 100644 index 00000000..6f26b43d --- /dev/null +++ b/src/apps/tv.tvguo.androidphone.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'tv.tvguo.androidphone', + name: '电视果', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: 'TextView[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13222744', + }, + ], +});