From 89c8d82f6d7b3b96f5ca5ed732f6e34d8bb69e2a Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:52:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9F=8B=E5=A0=86=E5=A0=86):=20=E9=9D=92?= =?UTF-8?q?=E5=B0=91=E5=B9=B4=E5=BC=B9=E7=AA=97=20(#3753)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3751 --- src/apps/com.tvbc.maiduidui.ts | 19 +++++++++++++++++++ 1 file changed, 19 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..5c0b592f --- /dev/null +++ b/src/apps/com.tvbc.maiduidui.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tvbc.maiduidui', + name: '埋堆堆', + groups: [ + { + key: 1, + name: '青少年弹窗', + quickFind: true, + activityIds: 'com.tvbc.maiduidui.MainHomeActivity', + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: '@[vid="tv_ok"] - [vid="tv_open_child_model"]', + snapshotUrls: 'https://i.gkd.li/import/13847804', + }, + ], +});