feat(微信): 功能类-自动语音转文字

This commit is contained in:
AIsouler
2024-12-14 13:50:18 +08:00
parent 25f5485130
commit d8fd83f7fa

View File

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