From 0a8540f9d1a61ef69c42f2f289f57de474663c89 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:29:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9F=8B=E5=A0=86=E5=A0=86):=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3300)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3286 --- src/apps/com.tvbc.maiduidui.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.tvbc.maiduidui.ts diff --git a/src/apps/com.tvbc.maiduidui.ts b/src/apps/com.tvbc.maiduidui.ts new file mode 100644 index 00000000..f3210858 --- /dev/null +++ b/src/apps/com.tvbc.maiduidui.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tvbc.maiduidui', + name: '埋堆堆', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13699394', + }, + ], + }, + ], +});