feat(MX播放器): 谷歌广告 (#117)

This commit is contained in:
Kun Jinkao
2023-09-17 22:14:36 +08:00
committed by GitHub
parent 7218a6864a
commit a0e476369c

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