diff --git a/src/apps/com.upupoo.apu.mobile.ts b/src/apps/com.upupoo.apu.mobile.ts new file mode 100644 index 00000000..c2962e47 --- /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', + }, + ], +});