mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
perf(微信): 功能类-自动选中发送原图
This commit is contained in:
@@ -241,7 +241,8 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '功能类-自动选中发送原图',
|
name: '功能类-自动选中发送原图',
|
||||||
desc: '图片和视频选择器-自动选中底部中间的发送原图',
|
desc: '自动选中底部中间的发送原图,可手动取消勾选',
|
||||||
|
actionMaximum: 1,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI',
|
'com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI',
|
||||||
'com.tencent.mm.plugin.gallery.ui.ImagePreviewUI',
|
'com.tencent.mm.plugin.gallery.ui.ImagePreviewUI',
|
||||||
@@ -251,11 +252,17 @@ export default defineGkdApp({
|
|||||||
key: 1,
|
key: 1,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
excludeVersionNames: '8.0.15',
|
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: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12686641', // 未选中
|
'https://i.gkd.li/i/16987145', // 未选中
|
||||||
'https://i.gkd.li/i/12840865', // 未选中
|
'https://i.gkd.li/i/16987144', // 未选中
|
||||||
'https://i.gkd.li/i/12686640', // 已选中
|
'https://i.gkd.li/i/16987141', // 已选中
|
||||||
|
'https://i.gkd.li/i/16987147', // 已选中
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user