Commit 13d1758b authored by 杨思琦's avatar 杨思琦

fix: 语音播报修改

parent ec22e5ce
Pipeline #83256 passed with stages
...@@ -78,6 +78,7 @@ export const replaceSpeak = msg => { ...@@ -78,6 +78,7 @@ export const replaceSpeak = msg => {
msg = msg.replace(/m/gi, '米'); msg = msg.replace(/m/gi, '米');
msg = msg.replace(/A/gi, '安'); msg = msg.replace(/A/gi, '安');
msg = msg.replace(/V/gi, '伏'); msg = msg.replace(/V/gi, '伏');
msg = msg.replace(/Hz/gi, '赫兹');
msg = msg.replace(/h/gi, '小时'); msg = msg.replace(/h/gi, '小时');
return msg; return msg;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment