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

Commit

Permalink
feat(默往): 开屏广告 (#3715)
Browse files Browse the repository at this point in the history
close #3713
  • Loading branch information
adproqwq authored Jan 14, 2024
1 parent fa9f038 commit 1ea628b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.mostone.life.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit 1ea628b

Please sign in to comment.