feat(默往): 开屏广告 (#3715)

close #3713
This commit is contained in:
adproqwq
2024-01-14 20:20:34 +08:00
committed by GitHub
parent fa9f0388dc
commit 1ea628b5fa

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mostone.life',
name: '默往',
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/13832104',
},
],
});