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', + }, + ], +});