From 46a7c791be7454d382fafdd8a048e7c4491b7ac1 Mon Sep 17 00:00:00 2001 From: Frank Zhang Date: Sat, 4 Nov 2023 00:40:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9F=A9=E5=B0=8F=E5=9C=88):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1771)?= 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: 二刺螈 --- src/apps/com.babycloud.hanju.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.babycloud.hanju.ts diff --git a/src/apps/com.babycloud.hanju.ts b/src/apps/com.babycloud.hanju.ts new file mode 100644 index 00000000..07254915 --- /dev/null +++ b/src/apps/com.babycloud.hanju.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.babycloud.hanju', + name: '韩小圈', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<=5]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13234983', + }, + ], + }, + ], +});