From 1ea628b5fa7b522feeec2722b79236e1e08084a8 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:20:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=BB=98=E5=BE=80):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#3715)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3713 --- src/apps/com.mostone.life.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.mostone.life.ts diff --git a/src/apps/com.mostone.life.ts b/src/apps/com.mostone.life.ts new file mode 100644 index 00000000..9048e68f --- /dev/null +++ b/src/apps/com.mostone.life.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mostone.life', + name: '默往', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: '[id="android:id/content"] >n FrameLayout[childCount=4] > View', + snapshotUrls: 'https://i.gkd.li/import/13832104', + }, + ], +});