From 93ee61e5601df05b066b5582d14d69ec959e8dbc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Feb 2024 15:33:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B1=86=E7=93=A3):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E5=BF=AB=E7=85=A7?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.douban.frodo.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index 299369ac..d8d4c58b 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -22,7 +22,11 @@ export default defineAppConfig({ matches: '[id="com.douban.frodo:id/_ad_image_"]', exampleUrls: 'https://m.gkd.li/57941037/1c36c96b-95b7-4299-8e88-b4fdc85d3518', - snapshotUrls: 'https://i.gkd.li/i/13575257', + snapshotUrls: [ + 'https://i.gkd.li/i/13575257', + 'https://i.gkd.li/i/13575547', + 'https://i.gkd.li/i/13601755', + ], }, ], },