mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(拼多多): 功能类-自动点击原图 (#3848)
This commit is contained in:
@@ -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
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user