feat(央视新闻): 开屏广告 (#479)

This commit is contained in:
lisonge 2023-09-28 20:14:44 +08:00
parent 3b7777f6b2
commit c1998884cf

15
src/apps/cn.cntvnews.ts Normal file
View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.cntvnews',
name: '央视新闻',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.torch.open.ad.splash.SplashAdActivity',
rules: 'TextView[text$="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12749208',
},
],
});