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', // 已选中 ], },