From 6eedd12e67be586ab71eff58a63a3444931b7ebc Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:35:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E6=88=90=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E7=AE=A1=E5=AE=B6):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2119)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2090 --- .../com.android.tiancity.mobilesecurity.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.android.tiancity.mobilesecurity.ts diff --git a/src/apps/com.android.tiancity.mobilesecurity.ts b/src/apps/com.android.tiancity.mobilesecurity.ts new file mode 100644 index 00000000..786cc2b3 --- /dev/null +++ b/src/apps/com.android.tiancity.mobilesecurity.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.tiancity.mobilesecurity', + name: '天成账号管家', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13350649', + }, + ], +});