init: 0.1.0

feat: 基本功能有了
  1. 分片上传
  2. code 回显
  3. 下载
todo: 断点上传
This commit is contained in:
loveuer
2025-05-06 18:04:20 +08:00
parent cfd4e8cb6d
commit 440aa96ad6
10 changed files with 345 additions and 73 deletions

View File

@ -5,6 +5,7 @@ import "path/filepath"
const (
Meta = ".meta."
HeaderSize = "X-File-Size"
CodeLength = 8
)
func FilePath(code string) string {