Commit 11dc6777 authored by 陈曦's avatar 陈曦
Browse files

前端TrafficAPI的展示问题以及版本被显示的问题

parent 73a8683c
Pipeline #82251 failed with stage
in 42 seconds
......@@ -13,11 +13,9 @@
<img v-if="settingsLoaded" :src="siteLogo || '/logo.png'" alt="Logo" class="h-full w-full object-contain" />
</div>
<div class="sidebar-brand" :class="{ 'sidebar-brand-collapsed': sidebarCollapsed }" :aria-hidden="sidebarCollapsed ? 'true' : 'false'">
<span class="sidebar-brand-title text-lg font-bold text-gray-900 dark:text-white">
<span class="sidebar-brand-title text-lg font-bold text-white">
{{ siteName }}
</span>
<!-- Version Badge -->
<VersionBadge :version="siteVersion" />
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment