mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(微信): 功能类-自动语音转文字
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user