mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(OnStream): 全屏广告弹窗 (#3744)
This commit is contained in:
16
src/apps/com.maertsno.m.ts
Normal file
16
src/apps/com.maertsno.m.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user