Fix: get site summary in dashboard

This commit is contained in:
HFO4
2020-02-22 16:22:04 +08:00
parent 22cec36751
commit 49f784104e
9 changed files with 116 additions and 150 deletions

View File

@ -200,6 +200,8 @@ func addDefaultGroups() {
ArchiveDownload: true,
ArchiveTask: true,
ShareDownload: true,
ShareFree: true,
Aria2: true,
},
}
if err := DB.Create(&defaultAdminGroup).Error; err != nil {