管理界面可以切换风格

This commit is contained in:
刘祥超
2021-07-12 10:21:17 +08:00
parent 9e36847397
commit 32683a2b59
12 changed files with 159 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ func init() {
Post("/eventLevelOptions", new(EventLevelOptionsAction)).
Post("/showTip", new(ShowTipAction)).
Post("/hideTip", new(HideTipAction)).
Post("/theme", new(ThemeAction)).
EndAll()
})