mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(钉钉): 自动点击原图 (#2022)
* 钉钉:自动点击原图 * 钉钉:自动点击原图 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -62,5 +62,25 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '自动点击原图',
|
||||||
|
enable: false,
|
||||||
|
key: 3,
|
||||||
|
actionMaximum: 1,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds:
|
||||||
|
'com.alibaba.android.dingtalk.photoui.activitys.AlbumActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches:
|
||||||
|
'CheckBox[id="com.alibaba.android.rimet:id/cb_send_origin"][text="原图"][checked=false]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13309648', //未选中 [checked=false]
|
||||||
|
'https://i.gkd.li/import/13309845', //已选中 [checked=true]
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user