added admin option for configuring Aria2 globally;option for diallowing aria2 settings for non-privileged users;cleanining up

This commit is contained in:
huangjx
2022-07-31 22:30:32 +08:00
parent e85b8b87ba
commit b1b8bcf988
16 changed files with 284 additions and 129 deletions

View File

@@ -356,6 +356,9 @@ const helper = {
}
}
return data
},
isEmptyObject(obj) {
return Object.keys(obj).length === 0
}
}