Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(UPUPOO动态壁纸): 开屏广告 (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 4, 2024
1 parent ce30518 commit fa421e4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.upupoo.apu.mobile.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit fa421e4

Please sign in to comment.