From a165b90d8b69110b1d9e489fc117a6a3245aff4d Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 26 Feb 2023 19:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E6=9C=AA=E6=88=90?= =?UTF-8?q?=E5=B9=B4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layouts/app.blade.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 4687530..2d2b006 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -148,15 +148,9 @@ class="d-none">
@auth('web') - @if (!auth('web')->user()->isAdult()) - - 未成年账号,需要家长或监护人的同意以及指导下才能使用莱云。 - - @endif - @if (!auth('web')->user()->hasVerifiedEmail()) - 在使用全部功能前,请先 验证您的邮箱。 + 请先 验证您的邮箱 @endif @endauth