From c9d5b7d441240dd3b685c8c185a2dcf247ccffd3 Mon Sep 17 00:00:00 2001
From: "iVampireSP.com"
Date: Thu, 2 Feb 2023 18:49:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/views/index.blade.php | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 0670064..28007ee 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -3,8 +3,8 @@
@section('content')
@guest
- 嗨,游客
- 您需要先 登录 / 注册,才能继续使用 莱云。
+ 欢迎使用 {{ config('app.display_name') }}
+ 您需要先 登录 / 注册,才能继续使用 {{ config('app.display_name') }}。
如果您继续,则代表您已经阅读并同意 服务条款
@@ -32,7 +32,7 @@ class="text-decoration-underline">服务条款
@endif
- 嗨, {{ auth('web')->user()->name }}
+
嗨, {{ auth('web')->user()->name }}
@php($user = auth('web')->user())
+ 访问密钥
在这里,你可以获取新的 Token 来对接其他应用程序或者访问 控制面板。
-
+ 撤销密钥
如果你需要撤销对所有应用程序的授权,你可以在这里吊销所有 Token
- *如果您的 Token 被泄漏,您应该立即吊销所有 Token
-
-
-
@endauth