feat(萤石云视频): 跳过开屏广告 (#51)

This commit is contained in:
格子
2023-09-09 17:43:51 +08:00
committed by GitHub
parent 9a9f008d8a
commit bfe840ff04

19
src/apps/com.videogo.ts Normal file
View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.videogo',
name: '萤石云视频',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.videogo.login.LoadingActivity'],
rules: [
{
matches: '[id="com.videogo:id/ad_skip_tv"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12565356',
},
],
},
],
});