From 20497d0a965bdaaa0a9836aa054fc1b99d99cae0 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:53:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E5=85=88=E9=94=8B):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2760)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.gamereva.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.tencent.gamereva.ts diff --git a/src/apps/com.tencent.gamereva.ts b/src/apps/com.tencent.gamereva.ts new file mode 100644 index 00000000..a4402a36 --- /dev/null +++ b/src/apps/com.tencent.gamereva.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.gamereva', + name: '腾讯先锋', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[id="com.tencent.gamereva:id/id_tv_time2go"][text*="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13536599', + }, + ], +});