mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 08:42:21 +08:00
feat(UPUPOO动态壁纸): 开屏广告 (#3705)
This commit is contained in:
parent
ce305184a9
commit
fa421e46e3
17
src/apps/com.upupoo.apu.mobile.ts
Normal file
17
src/apps/com.upupoo.apu.mobile.ts
Normal file
|
@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user