Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
d1cd5c0a
Unverified
Commit
d1cd5c0a
authored
Feb 13, 2026
by
wucm667
Committed by
GitHub
Feb 13, 2026
Browse files
Update frontend/src/components/layout/AppSidebar.vue
Co-authored-by:
Copilot
<
175728472+Copilot@users.noreply.github.com
>
parent
5429c74c
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/layout/AppSidebar.vue
View file @
d1cd5c0a
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
<!-- Logo/Brand -->
<!-- Logo/Brand -->
<div
class=
"sidebar-header"
>
<div
class=
"sidebar-header"
>
<!-- Custom Logo or Default Logo -->
<!-- Custom Logo or Default Logo -->
<div
v-if=
"settingsLoaded"
class=
"flex h-9 w-9 items-center justify-center overflow-hidden rounded-xl shadow-glow"
>
<div
class=
"flex h-9 w-9 items-center justify-center overflow-hidden rounded-xl shadow-glow"
>
<img
:src=
"siteLogo || '/logo.png'"
alt=
"Logo"
class=
"h-full w-full object-contain"
/>
<img
v-if=
"settingsLoaded"
:src=
"siteLogo || '/logo.png'"
alt=
"Logo"
class=
"h-full w-full object-contain"
/>
</div>
</div>
<transition
name=
"fade"
>
<transition
name=
"fade"
>
<div
v-if=
"!sidebarCollapsed"
class=
"flex flex-col"
>
<div
v-if=
"!sidebarCollapsed"
class=
"flex flex-col"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment