An open API service indexing awesome lists of open source software.

https://github.com/kylebing/vocabulary

单词学习,蚕食
https://github.com/kylebing/vocabulary

english vocabulary

Last synced: 3 months ago
JSON representation

单词学习,蚕食

Awesome Lists containing this project

README

          

logo

# 蚕食单词

![image](https://github.com/user-attachments/assets/370feef1-2071-42ed-9cb0-fb4db0dfc5c5)

## 功能
- 切换展示 初中、高中、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)