From fa421e46e30d6840bd83922f56c80cdf6c246b4e Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:36:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(UPUPOO=E5=8A=A8=E6=80=81=E5=A3=81=E7=BA=B8?= =?UTF-8?q?):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.upupoo.apu.mobile.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.upupoo.apu.mobile.ts diff --git a/src/apps/com.upupoo.apu.mobile.ts b/src/apps/com.upupoo.apu.mobile.ts new file mode 100644 index 000000000..c2962e47d --- /dev/null +++ b/src/apps/com.upupoo.apu.mobile.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.upupoo.apu.mobile', + name: 'UPUPOO动态壁纸', + 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/13830230', + }, + ], +});