From 9262ba2f99e19c15e5ee5e1324bdaa483ace8983 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:28:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(OnStream):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=20(#3744)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.maertsno.m.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.maertsno.m.ts 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', + }, + ], +});