We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
应该针对不同语言的关键字进行播报
例如 function 关键字在 js 里,可是在其他语言的关键字可能是 fn 或者 func
function
fn
func
所以如果能针对不同语言的关键字,那肯定是极好的
The text was updated successfully, but these errors were encountered:
感谢反馈,我会在之后的版本,让内置语音包尽可能的适配常见语言的常用关键字。理想情况下,如果社区有较多的语音包贡献,基本上也足够覆盖大部分语言的关键字。
Similar with: #2
Sorry, something went wrong.
No branches or pull requests
应该针对不同语言的关键字进行播报
例如
function
关键字在 js 里,可是在其他语言的关键字可能是fn
或者func
所以如果能针对不同语言的关键字,那肯定是极好的
The text was updated successfully, but these errors were encountered: