From e255b2762285258580eeb67cdf5af6b696c29f27 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:44:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AB=E5=81=9A=E7=AC=94=E8=AE=B0):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.newskyer.draw.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.newskyer.draw.ts diff --git a/src/apps/com.newskyer.draw.ts b/src/apps/com.newskyer.draw.ts new file mode 100644 index 00000000..9f417fce --- /dev/null +++ b/src/apps/com.newskyer.draw.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.newskyer.draw', + name: '享做笔记', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '@*[clickable=true] + * > [text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13684715', + }, + ], +});