From 34e33eb61fa347909054ebdd2ae26f3131a14c00 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:39:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=95=BF=E6=8A=95=E5=AD=A6=E5=A0=82):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2720)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2695 --- src/apps/com.ichangtou.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.ichangtou.ts diff --git a/src/apps/com.ichangtou.ts b/src/apps/com.ichangtou.ts new file mode 100644 index 00000000..9ce77844 --- /dev/null +++ b/src/apps/com.ichangtou.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ichangtou', + name: '长投学堂', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.ichangtou:id/tv_skip"]', + exampleUrls: + 'https://m.gkd.li/47232102/07e0dd37-6460-4dc9-ad33-18e69ba6f947', + snapshotUrls: 'https://i.gkd.li/import/13515731', + }, + ], + }, + ], +});