mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(央视新闻): 开屏广告 (#479)
This commit is contained in:
parent
3b7777f6b2
commit
c1998884cf
15
src/apps/cn.cntvnews.ts
Normal file
15
src/apps/cn.cntvnews.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user