From 33b61ff8e972760143478f1856e5ea8d22ce5fa8 Mon Sep 17 00:00:00 2001 From: Zeng Weiyu Date: Thu, 16 Nov 2023 21:47:20 +0800 Subject: [PATCH] =?UTF-8?q?Feat(oppo=E9=98=85=E8=AF=BB):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2161)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(oppo阅读):开屏广告 * chore(actions): check_format_lint * feat(阅读): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.heytap.reader.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.heytap.reader.ts diff --git a/src/apps/com.heytap.reader.ts b/src/apps/com.heytap.reader.ts new file mode 100644 index 00000000..7c61d254 --- /dev/null +++ b/src/apps/com.heytap.reader.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.heytap.reader', + name: '阅读', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + exampleUrls: + 'https://m.gkd.li/6328439/ee16eabc-470a-45b5-8d5f-398af1cae47e', + snapshotUrls: 'https://i.gkd.li/import/13375516', + }, + ], + }, + ], +});