From 4fb21ad0fbf192b6a941d81e93fb7415fa7ab31a Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:19:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(LWSCAM):=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2794)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2782 --- src/apps/com.lws207lws.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.lws207lws.ts diff --git a/src/apps/com.lws207lws.ts b/src/apps/com.lws207lws.ts new file mode 100644 index 00000000..8e24498b --- /dev/null +++ b/src/apps/com.lws207lws.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lws207lws', + name: 'LWSCAM', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13538769', + }, + ], +});