mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat: 央视频-开屏广告 #880
This commit is contained in:
@@ -4,6 +4,23 @@ export default defineGkdApp({
|
|||||||
id: 'com.cctv.yangshipin.app.androidp',
|
id: 'com.cctv.yangshipin.app.androidp',
|
||||||
name: '央视频',
|
name: '央视频',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
// https://github.com/AIsouler/GKD_subscription/issues/880
|
||||||
|
fastQuery: true,
|
||||||
|
matches:
|
||||||
|
'@[clickable=true] > [text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/19859692',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '局部广告-悬浮广告',
|
name: '局部广告-悬浮广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user