From 9e044cc19456c625063984cb4f79ce990f4df7b6 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 13 Sep 2024 09:26:20 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=BE=AE=E4=BF=A1):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E8=87=AA=E5=8A=A8=E9=80=89=E4=B8=AD=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=8E=9F=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 787ab586..d0c85a8a 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -241,7 +241,8 @@ export default defineGkdApp({ { key: 7, name: '功能类-自动选中发送原图', - desc: '图片和视频选择器-自动选中底部中间的发送原图', + desc: '自动选中底部中间的发送原图,可手动取消勾选', + actionMaximum: 1, activityIds: [ 'com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI', 'com.tencent.mm.plugin.gallery.ui.ImagePreviewUI', @@ -251,11 +252,17 @@ export default defineGkdApp({ key: 1, fastQuery: true, excludeVersionNames: '8.0.15', - matches: '@ImageButton[desc="未选中,原图,复选框"] + [text="原图"]', + matches: + '@ImageButton[desc="未选中,原图,复选框"][visibleToUser=true] + [text="原图"]', + exampleUrls: [ + 'https://e.gkd.li/32dc0943-e85f-416d-bb01-6ed610d4bdd8', + 'https://e.gkd.li/93d41161-ab69-4c2d-83bb-637d7292f5e6', + ], snapshotUrls: [ - 'https://i.gkd.li/i/12686641', // 未选中 - 'https://i.gkd.li/i/12840865', // 未选中 - 'https://i.gkd.li/i/12686640', // 已选中 + 'https://i.gkd.li/i/16987145', // 未选中 + 'https://i.gkd.li/i/16987144', // 未选中 + 'https://i.gkd.li/i/16987141', // 已选中 + 'https://i.gkd.li/i/16987147', // 已选中 ], }, {