From 07cc73b7286024d301b99d1f93e7ec47be421ef5 Mon Sep 17 00:00:00 2001 From: Ran0929 <148767297+Ran0929@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:21:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=92=89=E9=92=89):=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=8E=9F=E5=9B=BE=20(#2022)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 钉钉:自动点击原图 * 钉钉:自动点击原图 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.alibaba.android.rimet.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/apps/com.alibaba.android.rimet.ts b/src/apps/com.alibaba.android.rimet.ts index e7d83006..630f3cb3 100644 --- a/src/apps/com.alibaba.android.rimet.ts +++ b/src/apps/com.alibaba.android.rimet.ts @@ -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] + ], + }, + ], + }, ], });