From fe228516055a6a894483c8696d81a41833e18a09 Mon Sep 17 00:00:00 2001 From: Adpro <101449500+adproqwq@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:28:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=90=E5=BA=B7=E5=AE=88=E6=8A=A4):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ecellsz.watch.guard.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.ecellsz.watch.guard.ts diff --git a/src/apps/com.ecellsz.watch.guard.ts b/src/apps/com.ecellsz.watch.guard.ts new file mode 100644 index 000000000..9116e915c --- /dev/null +++ b/src/apps/com.ecellsz.watch.guard.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ecellsz.watch.guard', + name: '乐康守护', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: '[vid="splash_container"] >n View[clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/14039510', + }, + ], +});