mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix(豆瓣): 开屏广告误触
This commit is contained in:
@@ -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',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user