From c0a50df54b9a8eb384ada72f2369802695c2438f Mon Sep 17 00:00:00 2001 From: hello Date: Sat, 23 Dec 2023 21:54:39 +0800 Subject: [PATCH] Update drawio.md and editorconfig.md --- notes/helloshop/drawio.md | 4 ++-- notes/helloshop/test.svg | 6 ------ notes/visualstudio/editorconfig.md | 6 ++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 notes/helloshop/test.svg diff --git a/notes/helloshop/drawio.md b/notes/helloshop/drawio.md index 654358b..c12c21a 100644 --- a/notes/helloshop/drawio.md +++ b/notes/helloshop/drawio.md @@ -1,4 +1,4 @@ -# 使用 Drawio 画架构 +# 制作动态流程图和架构图 ## 微软 Visio 工具 @@ -111,4 +111,4 @@ editableCssRules=.*; -``` +``` \ No newline at end of file diff --git a/notes/helloshop/test.svg b/notes/helloshop/test.svg deleted file mode 100644 index ccf468c..0000000 --- a/notes/helloshop/test.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/notes/visualstudio/editorconfig.md b/notes/visualstudio/editorconfig.md index 5f8c6fa..104d037 100644 --- a/notes/visualstudio/editorconfig.md +++ b/notes/visualstudio/editorconfig.md @@ -24,6 +24,12 @@ Visual Studio 2019 及更高版本支持 EditorConfig 文件,可以在 Visual // Licensed under the MIT License. ``` + ``` +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the <> license. +// See the LICENSE file in the project root for more information. + ``` + # 使用 EditorConfig 添加文件头版权信息 在 Visual Studio 中使用 EditorConfig 文件添加文件头版权信息。