From 0e3b3c544ef0c1b4506638e23d25c7424a135843 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 12 Jun 2025 22:37:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E5=8D=9A-=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=B5=81=E5=B9=BF=E5=91=8A=20#978?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 3072e828..a9b2634f 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -123,7 +123,7 @@ export default defineGkdApp({ key: 90, matchRoot: true, anyMatches: [ - '[text="不感兴趣"][clickable=true]', + '[text$="不感兴趣"][clickable=true]', '@LinearLayout[clickable=true] >2 [text="不感兴趣" || text="不想看到此类内容"]', ], snapshotUrls: [ @@ -132,6 +132,7 @@ export default defineGkdApp({ 'https://i.gkd.li/i/16785777', 'https://i.gkd.li/i/14730274', 'https://i.gkd.li/i/19551451', + 'https://i.gkd.li/i/20710958', ], }, ],