mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(MX播放器): 谷歌广告 (#117)
This commit is contained in:
20
src/apps/com.mxtech.videoplayer.ad.ts
Normal file
20
src/apps/com.mxtech.videoplayer.ad.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
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://gkd-kit.gitee.io/import/12642204'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user