feat(OnStream): 全屏广告弹窗 (#3744)

This commit is contained in:
adproqwq
2024-01-14 20:28:58 +08:00
committed by GitHub
parent 97410abf70
commit 9262ba2f99

View File

@@ -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',
},
],
});