Files
AIsouler-GKD_subscription/src/apps/com.mangshe.tvdown.ts
2023-10-23 01:20:09 +08:00

20 lines
449 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mangshe.tvdown',
name: '蟒蛇下载',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.mangshe.tvdown.ad.chuanshanjia.SplashActivity_csj',
rules: [
{
matches: '[id="com.mangshe.tvdown:id/skip_view2"]',
snapshotUrls: 'https://i.gkd.li/import/12854596',
},
],
},
],
});