From 038151c56d2aff859dc80f02c6021b6f96ae2be2 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:29:10 +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=20(#522)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.mm.android.lc.ts | 15 +++++++++++++++ 1 file changed, 15 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..579d1e20 --- /dev/null +++ b/src/apps/com.mm.android.lc.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mm.android.lc', + name: '乐橙', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.mm.android.lc.login.LCAdvertActivity', + rules: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12774801', + }, + ], +});