소스 검색

:fire: 登录按钮

visuddhinanda 2 달 전
부모
커밋
fc64881ca8
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  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>