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
8989d0d4
Unverified
Commit
8989d0d4
authored
Mar 17, 2026
by
Wesley Liddick
Committed by
GitHub
Mar 17, 2026
Browse files
Merge pull request #1085 from protondrift/main
feat: 个人资料弹窗 GitHub 链接仅对管理员可见
parents
c521117b
e0f52a8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/layout/AppHeader.vue
View file @
8989d0d4
...
@@ -123,6 +123,7 @@
...
@@ -123,6 +123,7 @@
</router-link>
</router-link>
<a
<a
v-if=
"authStore.isAdmin"
href=
"https://github.com/Wei-Shaw/sub2api"
href=
"https://github.com/Wei-Shaw/sub2api"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
...
@@ -138,6 +139,7 @@
...
@@ -138,6 +139,7 @@
</svg>
</svg>
{{
t
(
'
nav.github
'
)
}}
{{
t
(
'
nav.github
'
)
}}
</a>
</a>
</div>
</div>
<!-- Contact Support (only show if configured) -->
<!-- Contact Support (only show if configured) -->
...
...
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