增加新的界面风格theme4, theme5

This commit is contained in:
GoEdgeLab
2021-10-09 11:50:02 +08:00
parent b799873bf7
commit e557c66250
4 changed files with 44 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ type ThemeAction struct {
func (this *ThemeAction) RunPost(params struct{}) {
theme := configloaders.FindAdminTheme(this.AdminId())
var themes = []string{"theme1", "theme2", "theme3"}
var themes = []string{"theme1", "theme2", "theme3", "theme4", "theme5"}
var nextTheme = "theme1"
if len(theme) == 0 {
nextTheme = "theme2"