Skip to content

Commit

Permalink
博客主页,详情页,分类页
Browse files Browse the repository at this point in the history
  • Loading branch information
mocaii committed Apr 7, 2024
1 parent c0b31fb commit 55b0c35
Show file tree
Hide file tree
Showing 29 changed files with 4,646 additions and 77 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"editor.tabSize": 2, //tab 两格
// "powermode.enabled": true, //必须添加,效果开启
// "powermode.presets": "particles", //爆炸效果
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true, // eslint保存格式化(所有支持的语言)
"prettier.eslintIntegration": true, // 让prettier遵循eslint格式美化
"editor.defaultFormatter": "esbenp.prettier-vscode", //设置prettier为默认格式化工具
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" //设置prettier为默认格式化工具
},
"editor.quickSuggestions": {
"strings": true
},
"Lingma.localMachineModel": false
}
Loading

0 comments on commit 55b0c35

Please sign in to comment.