mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
21 lines
493 B
TypeScript
21 lines
493 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.mxtech.videoplayer.ad',
|
|
name: 'MX 播放器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-谷歌广告',
|
|
activityIds: 'com.mxtech.videoplayer.ad.ActivityMediaList',
|
|
rules: [
|
|
{
|
|
matches:
|
|
'[desc="Advertisement"] + View >(2) View + Button[clickable=true]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12642204'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|