feat: 文件上传支持ini格式
This commit is contained in:
@@ -26,6 +26,9 @@ const (
|
||||
|
||||
// 软件包
|
||||
SOFTWARE = "software"
|
||||
|
||||
// 授权文件
|
||||
LICENSE = "license"
|
||||
)
|
||||
|
||||
// 子路径类型映射
|
||||
@@ -38,4 +41,5 @@ var UploadSubpath = map[string]string{
|
||||
DOWNLOAD: "下载",
|
||||
CHUNK: "切片",
|
||||
SOFTWARE: "软件包",
|
||||
LICENSE: "授权文件",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user