From e33e19a35280f4dcfdc60a8fba895eeb6628d553 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:11:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=8A=E9=93=81=E8=81=8C=E5=B7=A5?= =?UTF-8?q?=E5=AE=B6=E5=9B=AD):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#20?= =?UTF-8?q?49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2016 --- src/apps/com.sh.tlzgh.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.sh.tlzgh.ts diff --git a/src/apps/com.sh.tlzgh.ts b/src/apps/com.sh.tlzgh.ts new file mode 100644 index 00000000..609b2822 --- /dev/null +++ b/src/apps/com.sh.tlzgh.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sh.tlzgh', + name: '上铁职工家园', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13324569', + }, + ], +});