From e08257b3356e473fb0180d08dca63c474c9c7c28 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Wed, 6 Sep 2023 10:56:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E5=8D=9A):=20=E5=85=B4=E8=B6=A3?= =?UTF-8?q?=E9=A2=86=E5=9F=9F=E5=92=8C=E7=B2=BE=E9=80=89=E5=8D=9A=E4=B8=BB?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=20(#36)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 1ca5a71c..bf163377 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -24,5 +24,28 @@ export default defineAppConfig({ matches: ['[text="为何会看到此广告"]', '[text="不感兴趣"]'], }, // 1688889362832 }, + { + key: 3, + name: '兴趣领域推荐', + desc: '出现在长久未登录的账户再次登录时', + activityIds: 'com.sina.weibo.account.interest.InterestActivity', + rules: + '[id="com.sina.weibo:id/rl_account_title_bar"] > [id="com.sina.weibo:id/tv_title_bar_skip"&&text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12531405', + }, + { + key: 4, + name: '精选博主推荐', + desc: '出现在长久未登录的账户再次登录时', + activityIds: 'com.sina.weibo.account.recommend.RecommendActivity', + rules: [ + '[id="com.sina.weibo:id/tv_option"&&text="取消勾选"]', + '[id="com.sina.weibo:id/new_next_btn"&&text="进入微博(已选0个)"]', + ], + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12531433', + 'https://gkd-kit.songe.li/import/12531434', + ], + }, ], });