Update README.md file

This commit is contained in:
Jasder 2020-06-01 09:24:29 +08:00
parent c018e79b88
commit fe2599df7e
1 changed files with 2 additions and 0 deletions

View File

@ -1632,6 +1632,8 @@ http://localhost:3000/api/repositories/5845/commits/b0c4a4a1487d53acebf2addc544b
|-- IsCreated |boolean|是否为新添加的文件true false否|
|-- IsDeleted |boolean|是否为删除的文件truefalse否|
|-- IsRenamed |boolean|是否为重命名的文件truefalse否|
|-- IsBin |boolean|是否为二进制文件truefalse否|
|-- IsLFSFile |boolean|是否git lfs操作的大文件truefalse否|
|-- IsSubmodule |boolean|收否为子模块truefalse否|
|-- Sections |array| |
|---- Name |string|文件名称|