diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 4bf09a1f..8b4ca04f 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -50,11 +50,19 @@ export default defineAppConfig({ activityIds: 'com.sina.weibo.feed.DetailWeiboActivity', rules: [ { + key: 0, matches: '[id="com.sina.weibo:id/left_img_container"] + LinearLayout >2 [id="com.sina.weibo:id/close"][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/12673043', }, { + key: 1, + matches: + '[id="com.sina.weibo:id/left_video_container"] + LinearLayout >2 [id="com.sina.weibo:id/close"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13635551', + }, + { + key: 2, matches: '[id="com.sina.weibo:id/corner_marker_view"] >2 [id="com.sina.weibo:id/right_top_tag"]', snapshotUrls: 'https://i.gkd.li/import/12673051',