From 751bf29bd5b1065ba9e63ea435dcaf2a6fcf9929 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 13 Mar 2024 21:24:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=90=E6=A9=99):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.mm.android.lc.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.mm.android.lc.ts diff --git a/src/apps/com.mm.android.lc.ts b/src/apps/com.mm.android.lc.ts new file mode 100644 index 00000000..b1f051f0 --- /dev/null +++ b/src/apps/com.mm.android.lc.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mm.android.lc', + name: '乐橙', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '[vid="advert_countdown_view"]', + exampleUrls: + 'https://m.gkd.li/57941037/b30750e1-92ca-452b-8467-a0074989ec92', + snapshotUrls: 'https://i.gkd.li/i/14586621', + }, + ], + }, + ], +});