From d519800f9d2165e92c34f21b2065bf048bdebd7b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 25 May 2025 14:27:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=A9=E6=B0=94-=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#927?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.coloros.weather2.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.coloros.weather2.ts b/src/apps/com.coloros.weather2.ts index a49da192..e486fa81 100644 --- a/src/apps/com.coloros.weather2.ts +++ b/src/apps/com.coloros.weather2.ts @@ -20,9 +20,12 @@ export default defineGkdApp({ }, { preKeys: [0], - matches: '@[clickable=true] > [text="不感兴趣"]', + matches: '@[clickable=true] >(1,2) [text="不感兴趣"]', exampleUrls: 'https://e.gkd.li/9137d262-7fda-4b57-a0bc-b9fa60634a22', - snapshotUrls: 'https://i.gkd.li/i/16631878', + snapshotUrls: [ + 'https://i.gkd.li/i/16631878', + 'https://i.gkd.li/i/20429502', + ], }, ], },