From 4b62dcc24f48e1e75ff5fa2e90d3a8c28aeb5d98 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:28:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=92=E5=B2=9B=E5=9C=B0=E9=93=81):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3134)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3110 --- src/apps/com.sdjictec.qdmetro.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.sdjictec.qdmetro.ts diff --git a/src/apps/com.sdjictec.qdmetro.ts b/src/apps/com.sdjictec.qdmetro.ts new file mode 100644 index 00000000..7db25ff5 --- /dev/null +++ b/src/apps/com.sdjictec.qdmetro.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sdjictec.qdmetro', + name: '青岛地铁', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13651327', + }, + ], +});