mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(微信): 自动选中发送原图(默认禁用) (#256)
* feat(微信): 图片与视频-发送原图 * feat(微信): 自动选中发送原图-优化 --------- Co-authored-by: cheng <nelson,cheng.zhao@outlook.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -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', // 已选中
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user