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

This commit is contained in:
nap0o
2024-06-14 06:02:55 -04:00
committed by GitHub
parent a9da084711
commit c3fa4cbbee
10 changed files with 636 additions and 557 deletions

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 }}