From c51fcd1b4ec16ddec619bfa32ecdf5e387e7e056 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:01:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E6=89=8B=E6=9C=BA?= =?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?#2367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqpimsecure.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.tencent.qqpimsecure.ts diff --git a/src/apps/com.tencent.qqpimsecure.ts b/src/apps/com.tencent.qqpimsecure.ts new file mode 100644 index 00000000..183fc0cf --- /dev/null +++ b/src/apps/com.tencent.qqpimsecure.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.qqpimsecure', + name: '腾讯手机管家', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13427258', + }, + ], +});