From 25de0ee9c6916a4be72da8f8d5154e36c7fd85d4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 12 Mar 2024 22:13:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=89=E6=98=9F=E9=98=85=E8=AF=BB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.mci.smagazine.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.mci.smagazine.ts diff --git a/src/apps/com.mci.smagazine.ts b/src/apps/com.mci.smagazine.ts new file mode 100644 index 00000000..01972928 --- /dev/null +++ b/src/apps/com.mci.smagazine.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; +export default defineAppConfig({ + id: 'com.mci.smagazine', + name: '三星阅读', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + action: 'clickCenter', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/6654a799-c853-4221-b058-8278949574cc', + snapshotUrls: 'https://i.gkd.li/i/14573324', + }, + ], + }, + ], +});