From 388ab6c8f8e99f32cc21838a01bf7cda74864c1d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 6 Nov 2025 14:08:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B1=86=E7=93=A3-=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#1396?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.douban.frodo.ts | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index c298dd04..dbb22913 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -30,14 +30,17 @@ export default defineGkdApp({ top: 'width * 0.17', // height可能会变化,不建议使用 }, matches: - '[vid="ad_view"][visibleToUser=true][width>=1200 && width!=1216]', + '[vid="ad_view"][visibleToUser=true][width>=1200 && width!=1216 && width!=1440]', snapshotUrls: [ 'https://i.gkd.li/i/13601755', 'https://i.gkd.li/i/16054268', 'https://i.gkd.li/i/23324118', 'https://i.gkd.li/i/23324139', ], - excludeSnapshotUrls: 'https://i.gkd.li/i/23283060', + excludeSnapshotUrls: [ + 'https://i.gkd.li/i/23283060', + 'https://i.gkd.li/i/23382528', + ], }, { key: 2, @@ -71,6 +74,16 @@ export default defineGkdApp({ matches: '[vid="ad_view"][visibleToUser=true][width=1216]', snapshotUrls: 'https://i.gkd.li/i/23283060', }, + { + key: 5, + fastQuery: true, + position: { + left: 'width * 0.875', + top: 'width * 0.125', + }, + matches: '[vid="ad_view"][visibleToUser=true][width=1440]', + snapshotUrls: 'https://i.gkd.li/i/23382528', + }, ], }, {