diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 2e6823ad..df711833 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -254,6 +254,19 @@ export default defineAppConfig({ 'https://i.gkd.li/i/14210775', ], }, + { + key: 2, + position: { + left: 'width * 0.9537', + top: 'width * 0.0611', + }, + activityIds: 'com.sina.weibo.MainTabActivity', + matches: + 'LinearLayout[visibleToUser=true][childCount=6] > @ViewGroup > ViewGroup > FrameLayout > ImageView', + snapshotUrls: 'https://i.gkd.li/i/14729705', + }, + + // 预留key { preKeys: 0, key: 90, @@ -269,6 +282,14 @@ export default defineAppConfig({ '@LinearLayout[index=1][clickable=true] >2 [text="不想看到此类内容"]', snapshotUrls: 'https://i.gkd.li/i/13958782', }, + { + preKeys: [2], + key: 92, + quickFind: true, + activityIds: 'com.sina.weibo.MainTabActivity', + matches: '@[clickable=true] >2 [text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/i/14730274', + }, ], }, {