Update drawio.md and editorconfig.md

This commit is contained in:
hello 2023-12-23 21:54:39 +08:00
parent 0ff4da1913
commit c0a50df54b
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# 使用 Drawio 画架构
# 制作动态流程图和架构图
## 微软 Visio 工具
@ -111,4 +111,4 @@ editableCssRules=.*;
<mpath xlink:href="#stage1-1"/>
</animateMotion>
</circle>
```
```

View File

@ -1,6 +0,0 @@
<svg>
<style type="text/css">
.st1{fill:#ffffff;stroke:#ffffff;}
</style>
<path class="st1" d="points"/>
</svg>

Before

Width:  |  Height:  |  Size: 131 B

View File

@ -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_TYPE>> license.
// See the LICENSE file in the project root for more information.
```
# 使用 EditorConfig 添加文件头版权信息
在 Visual Studio 中使用 EditorConfig 文件添加文件头版权信息。