feat: 根据 cqh 的提示优化代码

This commit is contained in:
Burt
2024-01-20 14:57:24 +08:00
parent 0f467eefdc
commit 5d6b158d0d
4 changed files with 23 additions and 0 deletions

View File

@@ -24,6 +24,12 @@
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// 配置语言的文件关联
"files.associations": {
"pages.json": "jsonc", // pages.json 可以写注释