mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-01 06:10:26 +08:00
🚧 support proxy url
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user