[dashboard 0.3.3] 添加计划任务可搜索服务器

This commit is contained in:
naiba
2021-01-20 22:15:47 +08:00
parent ec17948fe4
commit 7592655c2d
7 changed files with 79 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
<div class="field">
<select name="Theme">
<option value="default"{{if eq .Conf.Site.Theme "default"}} selected="selected"{{end}}>默认主题</option>
<option value="daynight"{{if eq .Conf.Site.Theme "daynight"}} selected="selected"{{end}}>JackieSung DayNight</option>
<option value="hotaru"{{if eq .Conf.Site.Theme "hotaru"}} selected="selected"{{end}}>CokeMine Hotaru</option>
</select>
</div>