可以设置用户每天执行缓存任务的额度

This commit is contained in:
GoEdgeLab
2022-06-05 21:15:08 +08:00
parent bc73df92b8
commit 3a54d08006
6 changed files with 3 additions and 23 deletions

View File

@@ -26,6 +26,7 @@ func (this *FetchAction) RunGet(params struct{}) {
err := InitMenu(this.Parent())
if err != nil {
this.ErrorPage(err)
return
}
this.Show()

View File

@@ -26,6 +26,7 @@ func (this *IndexAction) RunGet(params struct{}) {
err := InitMenu(this.Parent())
if err != nil {
this.ErrorPage(err)
return
}
this.Show()

View File

@@ -22,6 +22,7 @@ func (this *TasksAction) RunGet(params struct{}) {
err := InitMenu(this.Parent())
if err != nil {
this.ErrorPage(err)
return
}
// 任务数量