From 49b143f07a7ebd43c7567fc3b098dc16bfb78145 Mon Sep 17 00:00:00 2001 From: Zeng Weiyu Date: Thu, 16 Nov 2023 21:44:59 +0800 Subject: [PATCH] =?UTF-8?q?Feat(=E6=96=B0=E6=B9=96=E5=8D=97):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(新湖南)-开屏广告 * chore(actions): check_format_lint * feat(新湖南): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.dingtai.wxhn.activity.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.dingtai.wxhn.activity.ts diff --git a/src/apps/com.dingtai.wxhn.activity.ts b/src/apps/com.dingtai.wxhn.activity.ts new file mode 100644 index 00000000..a0acb041 --- /dev/null +++ b/src/apps/com.dingtai.wxhn.activity.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.dingtai.wxhn.activity', + name: '新湖南', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"]', + exampleUrls: + 'https://m.gkd.li/6328439/ae26cfeb-c977-416a-8ac3-6f5cc867b3ae', + snapshotUrls: 'https://i.gkd.li/import/13374520', + }, + ], + }, + ], +});