change:-axolotl改为starlight

-移除了多人游戏的侧边栏残留
This commit is contained in:
2026-09-11 20:58:19 +08:00
parent 1446523b7a
commit 6da9264ef0
3 changed files with 15 additions and 23 deletions

View File

@ -1,7 +1,7 @@
<template>
<div aria-label="Axolotl" class="flex h-full items-center gap-2 font-extrabold text-contrast">
<div aria-label="Starlight" class="flex h-full items-center gap-2 font-extrabold text-contrast">
<img aria-hidden="true" class="aspect-square h-full object-contain" :src="axolotlVisual" />
<span v-if="!iconOnly" class="hidden text-sm tracking-wide xl:inline">Axolotl</span>
<span v-if="!iconOnly" class="hidden text-sm tracking-wide xl:inline">Starlight</span>
</div>
</template>