缓存条件增加暂停/恢复功能;缓存条件修改后自动保存

This commit is contained in:
GoEdgeLab
2022-04-08 20:49:31 +08:00
parent 4a7bdc5d64
commit 663512976a
9 changed files with 129 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ func init() {
GetPost("/createPopup", new(CreatePopupAction)).
GetPost("/purge", new(PurgeAction)).
GetPost("/preheat", new(PreheatAction)).
Post("/updateRefs", new(UpdateRefsAction)).
EndAll()
})
}