mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(QQ音乐): 开屏广告
This commit is contained in:
@@ -4,6 +4,31 @@ export default defineGkdApp({
|
||||
id: 'com.tencent.qqmusic',
|
||||
name: 'QQ音乐',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
actionMaximumKey: 0,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
action: 'clickCenter',
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/bde5c1a5-3259-45d3-a6b8-8482f7818c6f',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17056504',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
action: 'clickCenter',
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/6537da92-f5f6-4ee8-9219-5f39f7c5e8a2',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17068758',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
|
||||
Reference in New Issue
Block a user