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
Snoopy1866 committed Jan 13, 2024
1 parent 935259f commit 41bd21f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,17 @@ export default defineAppConfig({
},
],
},
{
key: 11,
name: '功能类-自动点击原图',
activityIds:
'com.xunmeng.pinduoduo.app_album.album.MultiImageSelectorActivity',
quickFind: true,
rules: '@[text="原图"][checked=false] + [text="发送"]',
snapshotUrls: [
'https://i.gkd.li/import/13925378', // checked=false
'https://i.gkd.li/import/13925380', // checked=true
],
},
],
});

0 comments on commit 41bd21f

Please sign in to comment.