mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-17 23:56:25 +08:00
feat: add progress for task
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
type Manager struct {
|
||||
works uint
|
||||
curID uint64
|
||||
tasks generic_sync.MapOf[uint64, *Task]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user