feat(拼多多): 功能类-自动点击原图 (#3848)

This commit is contained in:
Kun Jinkao 2024-01-14 22:56:11 +08:00 committed by GitHub
parent 2e6b220ddc
commit 73afa89814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
],
},
],
});