优化default和server status主题 (#363)

This commit is contained in:
nap0o
2024-06-14 18:02:55 +08:00
committed by GitHub
parent 22242e967e
commit 5413b16f9d
10 changed files with 636 additions and 557 deletions
+3
View File
@@ -27,6 +27,9 @@
<i :class="item.icon + ' icon'"></i>@#item.name#@
<i class="check icon" v-if="preferredTemplate === item.key"></i>
</a>
<a v-if="defaultTemplate === 'custom'" @click="toggleTemplate('custom')" class="item">
<i class="expand icon"></i>Custom
</a>
</div>
</div>
{{ end }}