From e2cffcc5f4ad7016dbc1f8d1b0c8773b91e67cc5 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:41:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=B4=E5=BA=8A=E6=8C=87=E5=8D=97):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.medlive.guideline.android.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/cn.medlive.guideline.android.ts diff --git a/src/apps/cn.medlive.guideline.android.ts b/src/apps/cn.medlive.guideline.android.ts new file mode 100644 index 00000000..e5a36a25 --- /dev/null +++ b/src/apps/cn.medlive.guideline.android.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.medlive.guideline.android', + name: '临床指南', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="cn.medlive.guideline.android:id/textSkip"]', + snapshotUrls: 'https://i.gkd.li/import/13625397', + }, + ], +});