From e84baf800c6088c1456d2dbc6d720fb599384bd2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 2 Apr 2025 20:23:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E5=8D=9A=20#815?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index f1050bc4..f2f67ea7 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -104,16 +104,14 @@ export default defineGkdApp({ activityIds: [ '.feed.DetailWeiboActivity', '.feed.detailrefactor.DetailPageActivity', - '.story.gallery.feed.StoryFeedCommentsActivity2', ], rules: [ { key: 0, - matches: '[vid="ll_close"][visibleToUser=true]', + matches: '@[vid="ll_close"] > [text="广告"][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/13852321', 'https://i.gkd.li/i/19526000', - 'https://i.gkd.li/i/19552278', ], }, { @@ -145,7 +143,6 @@ 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/19552282', ], }, ], @@ -277,5 +274,34 @@ export default defineGkdApp({ }, ], }, + { + key: 26, + name: '分段广告-评论区博主内容推荐', + desc: '点击关闭-点击[不感兴趣]/[不想看到此类内容]', + fastQuery: true, + activityIds: [ + '.feed.detailrefactor.DetailPageActivity', + '.story.gallery.feed.StoryFeedCommentsActivity2', + ], + rules: [ + { + key: 0, + matches: '@[vid="ll_close"] > [text="推荐"][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/19551850', + 'https://i.gkd.li/i/19552278', + ], + }, + { + preKeys: [0], + matchRoot: true, + matches: '[text="不感兴趣"][clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/19551857', + 'https://i.gkd.li/i/19552282', + ], + }, + ], + }, ], });