Browse Source

:fire: 登录按钮

visuddhinanda 5 days ago
parent
commit
fc64881ca8
1 changed files with 0 additions and 14 deletions
  1. 0 14
      api-v12/resources/views/components/library/header.blade.php

+ 0 - 14
api-v12/resources/views/components/library/header.blade.php

@@ -12,13 +12,6 @@
                 <li><a href="{{ route('library.wiki.home') }}">百科</a></li>
                 <li><a href="{{ route('library.anthology.index') }}">文集</a></li>
                 <li><a href="{{ route('library.download') }}">下载</a></li>
-
-                @auth
-                <li><a href="#">我的账户</a></li>
-                @else
-                <li><a href="#">注册/登录</a></li>
-                @endauth
-
                 <li>
                     <x-language-switcher />
                 </li>
@@ -49,13 +42,6 @@
         <li><a href="{{ route('library.wiki.home') }}">百科</a></li>
         <li><a href="{{ route('library.anthology.index') }}">文集</a></li>
         <li><a href="{{ route('library.download') }}">下载</a></li>
-
-        @auth
-        <li><a href="#">我的账户</a></li>
-        @else
-        <li><a href="#">注册/登录</a></li>
-        @endauth
-
         <li style="padding:1rem 1.25rem;">
             <x-language-switcher />
         </li>