mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: 智行火车票-开屏广告 #1009
This commit is contained in:
@@ -10,16 +10,27 @@ export default defineGkdApp({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
|
fastQuery: true,
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/4bae84e9-357a-4cc9-a38b-c6949f5753cd',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20903066',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.8759',
|
left: 'width * 0.8759',
|
||||||
top: 'width * 2.0519',
|
top: 'width * 2.0519',
|
||||||
},
|
},
|
||||||
|
excludeMatches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
matches: '[desc="广告素材"][visibleToUser=true]',
|
matches: '[desc="广告素材"][visibleToUser=true]',
|
||||||
exampleUrls: 'https://e.gkd.li/375bf789-95f6-4646-b433-3d3b25dda58a',
|
exampleUrls: 'https://e.gkd.li/375bf789-95f6-4646-b433-3d3b25dda58a',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/16896514',
|
snapshotUrls: 'https://i.gkd.li/i/16896514',
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/20903066',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user