mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(萤石云视频): 跳过开屏广告 (#51)
This commit is contained in:
19
src/apps/com.videogo.ts
Normal file
19
src/apps/com.videogo.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user