mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:22:21 +08:00
feat(拼多多): 功能类-自动点击原图 (#3848)
This commit is contained in:
parent
2e6b220ddc
commit
73afa89814
|
@ -206,5 +206,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
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user