From 22148c5a5835d36f14a2519f8227137dcab28fae Mon Sep 17 00:00:00 2001 From: Cheng <184034037@qq.com> Date: Thu, 21 Sep 2023 21:15:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=B0=E6=B5=AA=E5=BE=AE=E5=8D=9A):=20?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=8C=BA=E5=8D=9A=E4=B8=BB=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=20(#223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 新浪微博 评论区 同一博主微博推荐 * chore: 规则优化 --------- Co-authored-by: lisonge --- src/apps/com.sina.weibo.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 059d3c8d..b6094f20 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -72,5 +72,22 @@ export default defineAppConfig({ }, ], }, + { + key: 6, + name: '评论区博主内容推荐', + desc: '评论区同一博主其他博文推荐', + rules: [ + { + activityIds: ['com.sina.weibo.utils.WeiboDialog$CustomDialog'], + matches: 'TextView[text="不感兴趣"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12674511', + }, + { + activityIds: ['com.sina.weibo.feed.DetailWeiboActivity'], + matches: '[text="推荐"] < [id="com.sina.weibo:id/ll_close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12674498', + }, + ], + }, ], });