feat(微信): 自动选中发送原图(默认禁用) (#256)

* feat(微信): 图片与视频-发送原图

* feat(微信): 自动选中发送原图-优化

---------

Co-authored-by: cheng <nelson,cheng.zhao@outlook.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
Cheng
2023-09-21 23:45:46 +08:00
committed by GitHub
parent e9555ab76d
commit 43da2f38be

View File

@@ -148,5 +148,22 @@ export default defineAppConfig({
},
],
},
{
enable: false,
key: 7,
name: '自动选中发送原图',
desc: '图片和视频选择器-自动选中底部中间的发送原图',
activityIds: 'com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI',
rules: [
{
key: 1,
matches: '[text="原图"] - ImageButton[desc="未选中,原图,复选框"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12686641', // 未选中
'https://gkd-kit.gitee.io/import/12686640', // 已选中
],
},
],
},
],
});