diff --git a/src/apps/com.mostone.life.ts b/src/apps/com.mostone.life.ts new file mode 100644 index 00000000..9048e68f --- /dev/null +++ b/src/apps/com.mostone.life.ts @@ -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', + }, + ], +});