From 502ebba95f0fb0ac28393e5acdc3f5cb1ce35dd7 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:26:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E6=B0=B4=E6=9C=A8):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2911)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2869 --- src/apps/com.nionco.todaysm.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.nionco.todaysm.ts diff --git a/src/apps/com.nionco.todaysm.ts b/src/apps/com.nionco.todaysm.ts new file mode 100644 index 00000000..aead658d --- /dev/null +++ b/src/apps/com.nionco.todaysm.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.nionco.todaysm', + name: '今日水木', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[desc*="跳过"][desc.length<=5]', + snapshotUrls: 'https://i.gkd.li/import/13587459', + }, + ], +});