From 11c26b1be076388ad8f3760f5e3a3fdb822c8d03 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:09:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=A8=E8=8D=AF=E5=8A=A9=E6=89=8B):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1713)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat(用药助手): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/cn.dxy.medicinehelper.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/cn.dxy.medicinehelper.ts diff --git a/src/apps/cn.dxy.medicinehelper.ts b/src/apps/cn.dxy.medicinehelper.ts new file mode 100644 index 00000000..4b4814fb --- /dev/null +++ b/src/apps/cn.dxy.medicinehelper.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.dxy.medicinehelper', + name: '用药助手', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13228270', + }, + ], +});