fix(豆瓣): 开屏广告误触

This commit is contained in:
AIsouler
2024-07-02 12:49:52 +08:00
parent ef9d49d4cd
commit bf49b34cd1

View File

@@ -25,11 +25,23 @@ export default defineGkdApp({
left: 'width * 0.8833', left: 'width * 0.8833',
top: 'width * 0.1388', top: 'width * 0.1388',
}, },
excludeMatches: '[id="com.douban.frodo:id/_ad_image_"][width=1200]',
matches: '[id="com.douban.frodo:id/_ad_image_"]', matches: '[id="com.douban.frodo:id/_ad_image_"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/13575257', 'https://i.gkd.li/i/13575257',
'https://i.gkd.li/i/13575547', 'https://i.gkd.li/i/13575547',
],
},
{
key: 2,
position: {
left: 'width * 0.8666',
top: 'width * 0.1625',
},
matches: '[id="com.douban.frodo:id/_ad_image_"][width=1200]',
snapshotUrls: [
'https://i.gkd.li/i/13601755', 'https://i.gkd.li/i/13601755',
'https://i.gkd.li/i/16054268',
], ],
}, },
], ],