Commit e0f52a8a authored by Eric's avatar Eric
Browse files

feat: 个人资料弹窗 GitHub 链接仅对管理员可见

目前作者已有商业站信息,面向管理可提供赞助渠道,面向普通用户请考虑提供信息隐藏措施
parent 07ab051e
......@@ -123,6 +123,7 @@
</router-link>
<a
v-if="authStore.isAdmin"
href="https://github.com/Wei-Shaw/sub2api"
target="_blank"
rel="noopener noreferrer"
......@@ -138,6 +139,7 @@
</svg>
{{ t('nav.github') }}
</a>
</div>
<!-- Contact Support (only show if configured) -->
......
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