mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
fix: 豆瓣-开屏广告
This commit is contained in:
@@ -27,32 +27,30 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.875',
|
left: 'width * 0.875',
|
||||||
top: 'height * 0.062',
|
top: 'width * 0.17', // height可能会变化,不建议使用
|
||||||
},
|
},
|
||||||
matches:
|
matches:
|
||||||
'[vid="ad_view"][visibleToUser=true][width!=1200 && width!=1216]',
|
'[vid="ad_view"][visibleToUser=true][width>=1200 && width!=1216]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13575257',
|
|
||||||
'https://i.gkd.li/i/13575547',
|
|
||||||
'https://i.gkd.li/i/18423724',
|
|
||||||
],
|
|
||||||
excludeSnapshotUrls: [
|
|
||||||
'https://i.gkd.li/i/13601755',
|
'https://i.gkd.li/i/13601755',
|
||||||
'https://i.gkd.li/i/16054268',
|
'https://i.gkd.li/i/16054268',
|
||||||
'https://i.gkd.li/i/23283060',
|
'https://i.gkd.li/i/23324118',
|
||||||
|
'https://i.gkd.li/i/23324139',
|
||||||
],
|
],
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/23283060',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.86',
|
left: 'width * 0.875',
|
||||||
top: 'height * 0.075',
|
top: 'width * 0.137', // height可能会变化,不建议使用
|
||||||
},
|
},
|
||||||
matches: '[vid="ad_view"][visibleToUser=true][width=1200]',
|
matches: '[vid="ad_view"][visibleToUser=true][width<1200]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13601755',
|
'https://i.gkd.li/i/13575257',
|
||||||
'https://i.gkd.li/i/16054268',
|
'https://i.gkd.li/i/13575547',
|
||||||
|
'https://i.gkd.li/i/18423724',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -68,7 +66,7 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.868',
|
left: 'width * 0.868',
|
||||||
top: 'height * 0.05',
|
top: 'width * 0.09', // height可能会变化,不建议使用
|
||||||
},
|
},
|
||||||
matches: '[vid="ad_view"][visibleToUser=true][width=1216]',
|
matches: '[vid="ad_view"][visibleToUser=true][width=1216]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/23283060',
|
snapshotUrls: 'https://i.gkd.li/i/23283060',
|
||||||
|
|||||||
Reference in New Issue
Block a user