docs: 批量博文

This commit is contained in:
杭城小刘
2020-02-25 17:46:51 +08:00
parent 8e5d2c9e7f
commit 6e99436a9e
373 changed files with 18071 additions and 1116 deletions

View File

@@ -0,0 +1,13 @@
# VS-Code 的配置
1、Mac 下 按住 “command+shift+p”打开命令面板输入Preferences: Open User Settings在右边的区域输入
```
{
"window.zoomLevel": -1,
"editor.fontSize": 17,
"files.autoSave": "onFocusChange",
"terminal.integrated.fontSize": 15,
"editor.tabSize": 2
}
```