mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
20 lines
428 B
TypeScript
20 lines
428 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|