feat(Coder Dict): 添加程序员常用词表

This commit is contained in:
KaiyiWing
2021-02-02 00:09:25 +08:00
parent 17b8002ffb
commit 690bffb09e
3 changed files with 2090 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ https://qwerty-learner.vercel.app/
- 考研英语
- 专业四级英语
- 专业八级英语
- Coder Dict 程序员常用词
如果您需要背诵其他词库,欢迎在 Issue 中提出,亦或者直接联系我
<br />

2088
public/dicts/it-words.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -26,6 +26,7 @@ const dicts: any = {
kaoyan: ['考研', './dicts/KaoYan.json'],
level4: ['专四', './dicts/Level4.json'],
level8: ['专八', './dicts/Level8.json'],
coder: ['Coder Dict', './dicts/it-words.json'],
sat: ['SAT', './dicts/SAT.json'],
toefl: ['TOEFL', './dicts/TOEFL.json'],
jsArray: ['js-array', './dicts/js-array.json'],