We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b6b42 commit d3f0e13Copy full SHA for d3f0e13
.gitignore
@@ -6,6 +6,7 @@
6
*.user
7
*.userosscache
8
*.sln.docstates
9
+*.vscode
10
11
# User-specific files (MonoDevelop/Xamarin Studio)
12
*.userprefs
README.md
@@ -0,0 +1,14 @@
1
+# WebAPI
2
+
3
+#### 项目介绍
4
+学校的系统分析大作业
5
+#### 软件架构
+前后端分离,后端使用C#开发。
+#### 参与贡献
+1. Fork 本项目
+2. 新建 Feat_xxx 分支
13
+3. 提交代码
14
+4. 新建 Pull Request
0 commit comments