https://github.com/kylebing/vocabulary
单词学习,蚕食
https://github.com/kylebing/vocabulary
english vocabulary
Last synced: 3 months ago
JSON representation
单词学习,蚕食
- Host: GitHub
- URL: https://github.com/kylebing/vocabulary
- Owner: KyleBing
- Created: 2025-05-21T05:46:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-29T08:28:12.000Z (4 months ago)
- Last Synced: 2025-05-29T08:56:31.035Z (4 months ago)
- Topics: english, vocabulary
- Language: Vue
- Homepage: https://kylebing.github.io/vocabulary/
- Size: 20.5 MB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 蚕食单词

## 功能
- 切换展示 初中、高中、CET4、CET6、考研、托福、SAT 等词库,[词库来源](https://github.com/KyleBing/english-vocabulary)
- 右击显示词条注释
- 点击词条暗化它,表示已知,有点蚕食的感觉
- Ctrl + 点击 = 取消标记某个词条
- / + 点击 = 添加到未确定词组
- 鼠标悬停发音 - 需要浏览器支持发音功能(初次打开页面,需要点一下页面才会发音)## 开发
- 记录存储在 `localstorage` 所以只支持本机。
-
使用 [另一个库](https://github.com/KyleBing/english-vocabulary) 的内容作为词库来源
clone 库到本地后,执行以下完成分库的安装
```sh
git submodule init
git submodule update
```## git submodule
- path: `./src/vocabulary`
- git submodule: [`https://github.com/KyleBing/english-vocabulary`](https://github.com/KyleBing/english-vocabulary)