mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
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:
@@ -686,7 +686,7 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: '.ui.LauncherUI',
|
activityIds: ['.ui.LauncherUI', '.ui.chatting.ChattingUI'],
|
||||||
matches: '@[clickable=true] > [text="转文字"]',
|
matches: '@[clickable=true] > [text="转文字"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/18135057',
|
snapshotUrls: 'https://i.gkd.li/i/18135057',
|
||||||
excludeSnapshotUrls: 'https://i.gkd.li/i/18135054',
|
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user