mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(微信): 自动查看原图 (#271)
This commit is contained in:
@@ -188,5 +188,14 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 9,
|
||||||
|
name: '自动查看原图',
|
||||||
|
desc: '自动点击底部左侧[查看原图(*M)]按钮',
|
||||||
|
activityIds: 'com.tencent.mm.ui.chatting.gallery.ImageGalleryUI',
|
||||||
|
rules: 'Button[text^="查看原图"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706944',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user