From f96e865965f8cf92a23f3a003f9cca16c89bff45 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:15:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E6=B4=A5=E5=9C=B0=E9=93=81):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2934)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2930 --- src/apps/com.bwton.tjmetro.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.bwton.tjmetro.ts diff --git a/src/apps/com.bwton.tjmetro.ts b/src/apps/com.bwton.tjmetro.ts new file mode 100644 index 00000000..d2664c6c --- /dev/null +++ b/src/apps/com.bwton.tjmetro.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bwton.tjmetro', + name: '天津地铁', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: '[id="com.bwton.tjmetro:id/time"][text*="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13608504', + }, + ], +});