mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-04 22:09:04 +08:00
* feat: wrong words revision (#717) * fix: db error * feat: add shadon ui * feat: basic implement of review mode and new ui * feat: update default tab of dict detail * chore: add new line * chore: polish detail * feat: add dark mode --------- Co-authored-by: William Yu <52456186+WilliamYPY@users.noreply.github.com>
50 lines
935 B
JSON
50 lines
935 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"css.validate": false,
|
|
"files.eol": "\n",
|
|
"search.exclude": {
|
|
"**/public/dicts/": true,
|
|
"**/assets/CET4_T.json": true
|
|
},
|
|
"cSpell.words": [
|
|
"alipay",
|
|
"compat",
|
|
"Dexie",
|
|
"esae",
|
|
"fontawesome",
|
|
"fortawesome",
|
|
"headlessui",
|
|
"heroicons",
|
|
"IELTS",
|
|
"immer",
|
|
"Majesticons",
|
|
"pako",
|
|
"romaji",
|
|
"svgr",
|
|
"tabler",
|
|
"tada",
|
|
"tailwindcss",
|
|
"trivago",
|
|
"ukphone",
|
|
"ungzip",
|
|
"usphone",
|
|
"vercel",
|
|
"Wechat",
|
|
"Weixin",
|
|
"wordlist",
|
|
"Xiao",
|
|
"xiaohongshu"
|
|
],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
}
|
|
}
|