init: 0.1.1

feat: login page && auth required
todo: 断点上传
This commit is contained in:
loveuer
2025-05-08 18:02:49 +08:00
parent 440aa96ad6
commit 0e984c46b4
17 changed files with 646 additions and 23 deletions

View File

@ -4,6 +4,7 @@ type config struct {
Debug bool
Address string
DataPath string
Auth bool
}
var (