From afc19c87f0ccd6550298c3c95d08d2ac8def4d9c Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:41:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=88=B1=E5=A3=81=E7=BA=B8):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#896)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #893 --- src/apps/com.lovebizhi.wallpaper.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.lovebizhi.wallpaper.ts diff --git a/src/apps/com.lovebizhi.wallpaper.ts b/src/apps/com.lovebizhi.wallpaper.ts new file mode 100644 index 00000000..c10510ab --- /dev/null +++ b/src/apps/com.lovebizhi.wallpaper.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lovebizhi.wallpaper', + name: '爱壁纸', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.adesk.picasso.view.MainActivity', + rules: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12859492', + }, + ], +});