Skip to content

Commit

Permalink
修复图片排版
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Dec 21, 2024
1 parent 8e287fb commit 6984133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Document/Part7.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using Newtonsoft.Json;

## 定义配置文件

1. 首先我们要创造一个新的`.cs`文件用来存放我们的配置文件类。我们可以右键`解决方案管理器-添加-类/接口`,文件名一般和类名一样,通常使用`Conifg`
1. 首先我们要创造一个新的`.cs`文件用来存放我们的配置文件类。我们可以右键`解决方案管理器-添加-类/接口`,文件名一般和类名一样,通常使用`Conifg`
![alt text](Resourse/image.png)
![alt text](Resourse/image-1.png)

Expand Down

0 comments on commit 6984133

Please sign in to comment.