https://github.com/qiuyulc/wordspeaker
单词记忆小工具
https://github.com/qiuyulc/wordspeaker
react react-router
Last synced: about 1 month ago
JSON representation
单词记忆小工具
- Host: GitHub
- URL: https://github.com/qiuyulc/wordspeaker
- Owner: qiuyulc
- Created: 2025-12-07T11:08:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T10:33:38.000Z (5 months ago)
- Last Synced: 2026-01-11T15:29:57.991Z (5 months ago)
- Topics: react, react-router
- Language: HTML
- Homepage: https://qiuyulc.github.io/WordSpeaker/
- Size: 591 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 项目简介
用来记单词的一个小工具,纯前端实现,使用 react + react-vant。
目前所有单词都是整理的词汇表,后续可能会加入更多的功能。
由于纯前端实现,依赖 [SpeechSynthesisUtterance](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance) 来实现发音,所以只能在支持该 api 的浏览器上使用。目前测试只有在 ios 手机上可以稳定运行。安卓手机上会出现无法发音的情况。