feat: 中国移动-开屏广告 #1009

This commit is contained in:
AIsouler
2025-06-25 20:09:21 +08:00
parent d50b70f0d2
commit 70cfce2803

View File

@@ -11,12 +11,26 @@ 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,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]', matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/16335136', snapshotUrls: 'https://i.gkd.li/i/16335136',
}, },
{
key: 1,
position: {
left: 'width * 0.8731',
top: 'width * 0.1352',
},
matches:
'@FrameLayout[childCount=2] > [vid="ll_top_right"][childCount=0]',
exampleUrls: 'https://e.gkd.li/6fca95f1-d672-4d1d-bcf5-e71f1865dd52',
snapshotUrls: 'https://i.gkd.li/i/20903074',
excludeSnapshotUrls: 'https://i.gkd.li/i/16335136',
},
], ],
}, },
{ {