This commit is contained in:
2025-10-27 01:11:43 +08:00
parent c7a650cdb7
commit 6a44d5a233
3 changed files with 15 additions and 1 deletions

6
.vscode/setting.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"workbench.editorAssociations": {
// "*.md": "vscode.markdown.preview.editor" // 预览打开
"*.md": "default" // 默认打开
}
}