From b6b4eb4f72d10ba9176678b9f386fb5c988e17c8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 31 Mar 2025 20:01:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E5=8D=9A-=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20#799?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 9b60e1ac..4fcf19e4 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -286,9 +286,15 @@ export default defineGkdApp({ rules: [ { key: 0, - activityIds: 'com.sina.weibo.feed.DetailWeiboActivity', + activityIds: [ + 'com.sina.weibo.feed.DetailWeiboActivity', + '.feed.detailrefactor.DetailPageActivity', + ], matches: '[vid="ll_close"][visibleToUser=true]', - snapshotUrls: 'https://i.gkd.li/i/13852321', + snapshotUrls: [ + 'https://i.gkd.li/i/13852321', + 'https://i.gkd.li/i/19526000', + ], }, { key: 1,