From a495645932f835c72279e8607ed3d97590fd0a19 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:21:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BD=93=E5=BD=93):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(当当):开屏广告 * Update com.dangdang.buy2.ts --- src/apps/com.dangdang.buy2.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.dangdang.buy2.ts diff --git a/src/apps/com.dangdang.buy2.ts b/src/apps/com.dangdang.buy2.ts new file mode 100644 index 00000000..aa70d1c8 --- /dev/null +++ b/src/apps/com.dangdang.buy2.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.dangdang.buy2', + name: '当当', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + name: '【跳过】', + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13424651', + }, + ], + }, + ], +});