Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(微博):自动查看原图
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 14, 2024
1 parent 67786c4 commit 104a147
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/apps/com.sina.weibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,17 @@ export default defineAppConfig({
rules: '@[text="不了,谢谢"] +4 [text="喜欢,给好评"]',
snapshotUrls: 'https://i.gkd.li/import/13620220',
},
{
key: 19,
quickFind: true,
name: '功能类-自动点击查看原图',
rules: [
{
activityIds: 'com.sina.weibo.photoalbum.imageviewer.ImageViewer',
matches: '@[id="com.sina.weibo:id/shader"] <2 * <<3 *[index=1] <2 * < [id="com.sina.weibo:id/sv_scroll_content"][index=1]',
snapshotUrls: 'https://i.gkd.li/import/13929119',
},
],
},
],
});

0 comments on commit 104a147

Please sign in to comment.