From 9d3ba010f6f95af2bafc0ebf52b66051597cd863 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:50:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9C=80=E4=BC=9A=E4=B9=B0):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1908)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.ruanmei.zuihuimai.ts * feat(最会买): 开屏广告 --------- Co-authored-by: 二刺螈 close #1900 --- src/apps/com.ruanmei.zuihuimai.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.ruanmei.zuihuimai.ts diff --git a/src/apps/com.ruanmei.zuihuimai.ts b/src/apps/com.ruanmei.zuihuimai.ts new file mode 100644 index 00000000..c489656c --- /dev/null +++ b/src/apps/com.ruanmei.zuihuimai.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ruanmei.zuihuimai', + name: '最会买', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[text^="跳过"][text.length<10]', + snapshotUrls: 'https://i.gkd.li/import/13269864', + }, + ], + }, + ], +});