mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(央视新闻): 局部广告-卡片广告
This commit is contained in:
25
src/apps/cn.cntvnews.ts
Normal file
25
src/apps/cn.cntvnews.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.cntvnews',
|
||||
name: '央视新闻',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '右侧悬浮小卡片',
|
||||
quickFind: true,
|
||||
activityIds: 'com.torch.open.homeimpl.HomeActivity',
|
||||
matches: '[vid="btn_close"][clickable=true][visibleToUser=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/8c4308a3-4142-45a0-a085-af8ee89ead04',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14368501',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user