From 2d263436d1bccb777c36096251a6d2f26f029770 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:25:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E5=8F=91=E9=80=81=E5=8E=9F=E5=9B=BE-?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#768)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(微信) * fix 修复 key 6 与 key 8 相互干扰的问题 * fix(微信) * polish some words * fix(微信) * 目标节点切换至 clickable=true 属性的 View * fix(微信):订阅号文章广告 * 修改 action 为 clickCenter * 增加 【订阅号文章广告】、【订阅号文章广告反馈】描述 * 修改 【订阅号文章广告】、【订阅号文章广告反馈】描述 * Revert 使用 View[clickable=true] 进行限定 * Revert 使用 View[clickable=true] 进行限定 * feat 【自动选中发送原图】增加activityid --- src/apps/com.tencent.mm.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 8fd39f58..e57d0c4b 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -151,13 +151,17 @@ export default defineAppConfig({ key: 7, name: '自动选中发送原图', desc: '图片和视频选择器-自动选中底部中间的发送原图', - activityIds: 'com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI', + activityIds: [ + 'com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI', + 'com.tencent.mm.plugin.gallery.ui.ImagePreviewUI', + ], rules: [ { key: 1, matches: '[text="原图"] - ImageButton[desc="未选中,原图,复选框"]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12686641', // 未选中 + 'https://gkd-kit.songe.li/import/12840865', // 未选中 'https://gkd-kit.gitee.io/import/12686640', // 已选中 ], },