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

This commit is contained in:
刘祥超
2022-04-08 20:49:31 +08:00
parent 9af9d0192d
commit 9887bd99c7
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()
})
}