From bf49b34cd1fdd27d2101e45bd99ce92ebbf20a8e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 2 Jul 2024 12:49:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=B1=86=E7=93=A3):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.douban.frodo.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index 51d418e0..65b9c884 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -25,11 +25,23 @@ export default defineGkdApp({ left: 'width * 0.8833', top: 'width * 0.1388', }, + excludeMatches: '[id="com.douban.frodo:id/_ad_image_"][width=1200]', matches: '[id="com.douban.frodo:id/_ad_image_"]', snapshotUrls: [ 'https://i.gkd.li/i/13575257', '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/16054268', ], }, ],