From ca75c6e611aa0ea05ea294bb1d4786540d9aaae3 Mon Sep 17 00:00:00 2001 From: jacktpy <48015717+jacktpy@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:10:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=B5=E5=BD=B1=E7=8C=8E=E6=89=8B):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3082)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(电影猎手): 开屏广告 * feat(电影猎手): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.qiqi.hhvideo.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.qiqi.hhvideo.ts diff --git a/src/apps/com.qiqi.hhvideo.ts b/src/apps/com.qiqi.hhvideo.ts new file mode 100644 index 00000000..47571db6 --- /dev/null +++ b/src/apps/com.qiqi.hhvideo.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qiqi.hhvideo', + name: '电影猎手', + groups: [ + { + key: 1, + name: '开屏广告', + actionMaximum: 1, + quickFind: true, + matchTime: 10000, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.qiqi.hhvideo:id/skipad"]', + exampleUrls: + 'https://m.gkd.li/48015717/236526b6-691f-4023-a3ac-64b4409ee759', + snapshotUrls: 'https://i.gkd.li/import/13633385', + }, + ], + }, + ], +});