🚧 support proxy url

This commit is contained in:
微凉
2021-12-08 10:33:26 +08:00
parent b8698700ef
commit 190c8001a5
11 changed files with 45 additions and 13 deletions

View File

@ -87,7 +87,7 @@ func GetPW(path string, name string) string {
meta, err := model.GetMetaByPath(path)
if err == nil {
if meta.Password != "" {
utils.Get16MD5Encode("alist" + meta.Password + name)
return utils.SignWithPassword(name, meta.Password)
}
return ""
} else {