feat(logo): use new logo

This commit is contained in:
Soybean
2025-12-25 18:52:14 +08:00
parent 5e40b85018
commit 5aac540a4c
5 changed files with 384 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ withDefaults(defineProps<Props>(), {
<template>
<RouterLink to="/" class="w-full flex-center nowrap-hidden">
<SystemLogo class="text-32px text-primary" />
<SystemLogo class="size-32px" />
<h2 v-show="showTitle" class="pl-8px text-16px text-primary font-bold transition duration-300 ease-in-out">
{{ $t('system.title') }}
</h2>