feat(微信): 功能类-点击语音条菜单里的转文字 (#868)

Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2025-04-18 13:01:27 +08:00
committed by GitHub
parent c10531c48c
commit 1bfc38cc52

View File

@@ -686,7 +686,7 @@ export default defineGkdApp({
rules: [
{
fastQuery: true,
activityIds: '.ui.LauncherUI',
activityIds: ['.ui.LauncherUI', '.ui.chatting.ChattingUI'],
matches: '@[clickable=true] > [text="转文字"]',
snapshotUrls: 'https://i.gkd.li/i/18135057',
excludeSnapshotUrls: 'https://i.gkd.li/i/18135054',
@@ -707,5 +707,22 @@ export default defineGkdApp({
},
],
},
{
key: 40,
name: '功能类-点击语音条菜单里的转文字',
desc: '点击 长按语音条后弹出的菜单 中的转文字',
rules: [
{
fastQuery: true,
activityIds: ['.ui.LauncherUI', '.ui.chatting.ChattingUI'],
matches: '@[clickable=true] >2 [text="转文字"]',
exampleUrls: 'https://e.gkd.li/c35fafc8-9d96-4178-9aac-f16394d2c666',
snapshotUrls: [
'https://i.gkd.li/i/19774491',
'https://i.gkd.li/i/19792042',
],
},
],
},
],
});