From bd4eb0a11ccec5e6fe91c94b2b5bc870bf478a75 Mon Sep 17 00:00:00 2001 From: yakun4566 Date: Tue, 5 Dec 2023 21:18:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8C=97=E6=A3=AEitalent):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 北森italent开屏广告 * feat(北森italent): 开屏广告 --------- Co-authored-by: li_yk Co-authored-by: lisonge --- src/apps/com.beisen.italent.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.beisen.italent.ts diff --git a/src/apps/com.beisen.italent.ts b/src/apps/com.beisen.italent.ts new file mode 100644 index 00000000..d00984a9 --- /dev/null +++ b/src/apps/com.beisen.italent.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.beisen.italent', + name: '北森italent', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + quickFind: true, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13554892', + }, + ], + }, + ], +});