diff --git a/src/apps/com.maertsno.m.ts b/src/apps/com.maertsno.m.ts new file mode 100644 index 00000000..f6c264f5 --- /dev/null +++ b/src/apps/com.maertsno.m.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.maertsno.m', + name: 'OnStream', + groups: [ + { + key: 1, + name: '全屏广告弹窗', + quickFind: true, + activityIds: 'co.notix.interstitial.InterstitialActivity', + rules: '[vid="tv_button"]', + snapshotUrls: 'https://i.gkd.li/import/13842558', + }, + ], +});