feat(UPUPOO动态壁纸): 开屏广告 (#3705)

This commit is contained in:
adproqwq 2024-01-04 21:36:16 +08:00 committed by GitHub
parent ce305184a9
commit fa421e46e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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