mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-26 20:16:18 +08:00
feat(local): check root folder while init
This commit is contained in:
@@ -31,3 +31,7 @@ type Proxy struct {
|
||||
func (a Account) GetAccount() Account {
|
||||
return a
|
||||
}
|
||||
|
||||
func (a *Account) SetStatus(status string) {
|
||||
a.Status = status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user