This website works better with JavaScript
Home
Explore
Help
Register
Sign In
csx
/
Vue_New
Watch
2
Star
1
Fork
1
Code
Issues
75
Pull Requests
0
Releases
0
Wiki
Activity
5451
Commits
15
Branches
Tree:
2b39ea3bb6
20200710_pc_vue_new_branch
20200916_pc_vue_new_branch
20200923_pc_vue_new_branch
20201014_pc_vue_new_branch
20201109_pc_vue_new_branch
20210629
20210923_pc_vue_new_branch
2022-10-17_vue_schedule_branch
20220810_pc_vue_new_branch
20220812
20220824
20230223_pc_vue_new_branch
20230223_xt_api_new_branch
master
vue_statistics_branch
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2b39ea3bb6'
${ noResults }
Vue_New
/
src
/
utils
/
voicePrompt.js
voicePrompt.js
88B
History
Raw
1
2
3
4
5
6
7
8
function voicePrompt (text){
new Audio(text).play();
}
export {
voicePrompt
}