mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 06:19:08 +08:00
feat(Coder Dict): 添加程序员常用词表
This commit is contained in:
@@ -45,6 +45,7 @@ https://qwerty-learner.vercel.app/
|
||||
- 考研英语
|
||||
- 专业四级英语
|
||||
- 专业八级英语
|
||||
- Coder Dict 程序员常用词
|
||||
|
||||
如果您需要背诵其他词库,欢迎在 Issue 中提出,亦或者直接联系我
|
||||
<br />
|
||||
|
||||
2088
public/dicts/it-words.json
Normal file
2088
public/dicts/it-words.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user