mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix: #995、#993
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
@@ -15,15 +16,20 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
action: 'clickCenter',
|
||||
matches: '[vid="hiad_skip_text"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15523945',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
action: 'clickCenter',
|
||||
matches:
|
||||
'([text*="跳过"][text.length<10][visibleToUser=true]) || ([visibleToUser=true][text*="跳过"][text.length<10])',
|
||||
exampleUrls: 'https://e.gkd.li/ec00ceef-3930-4240-92f5-56816fc90be2',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20745477',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/20745477',
|
||||
'https://i.gkd.li/i/20773665',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -4,6 +4,22 @@ export default defineGkdApp({
|
||||
id: 'com.huawei.music',
|
||||
name: '华为音乐',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
priorityTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
action: 'clickCenter',
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20773821',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '局部广告-播放界面直播浮窗',
|
||||
|
||||
Reference in New Issue
Block a user