Skip to content

Commit

Permalink
perf(微信): 功能类-自动选中发送原图 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 15, 2025
1 parent 6536ba8 commit 38438e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,17 @@ export default defineGkdApp({
fastQuery: true,
excludeVersionNames: '8.0.15',
matches:
'@ImageButton[desc="未选中,原图,复选框"][visibleToUser=true] + [text="原图"]',
'@[desc="未选中,原图,复选框"][visibleToUser=true] <n RelativeLayout > [text="原图"]',
exampleUrls: [
'https://e.gkd.li/32dc0943-e85f-416d-bb01-6ed610d4bdd8',
'https://e.gkd.li/93d41161-ab69-4c2d-83bb-637d7292f5e6',
],
snapshotUrls: [
'https://i.gkd.li/i/16987145', // 未选中
'https://i.gkd.li/i/16987144', // 未选中
'https://i.gkd.li/i/18413281',
],
excludeSnapshotUrls: [
'https://i.gkd.li/i/16987141', // 已选中
'https://i.gkd.li/i/16987147', // 已选中
],
Expand Down

0 comments on commit 38438e6

Please sign in to comment.