perf: 微信-功能类-自动语音转文字

This commit is contained in:
AIsouler
2025-03-20 13:23:42 +08:00
parent cda2bb921c
commit 134167bb0f

View File

@@ -709,16 +709,14 @@ export default defineGkdApp({
{ {
key: 38, key: 38,
name: '功能类-自动语音转文字', name: '功能类-自动语音转文字',
desc: '点击语音旁边的转文字/长按语音后点击转文字', desc: '点击语音旁边的转文字',
rules: [ rules: [
{ {
fastQuery: true, fastQuery: true,
activityIds: '.ui.LauncherUI', activityIds: '.ui.LauncherUI',
matches: '@[clickable=true] >(1,2) [text="转文字"]', matches: '@[clickable=true] > [text="转文字"]',
snapshotUrls: [ snapshotUrls: 'https://i.gkd.li/i/18135057',
'https://i.gkd.li/i/14497389', excludeSnapshotUrls: 'https://i.gkd.li/i/18135054',
'https://i.gkd.li/i/14538322',
],
}, },
], ],
}, },