From a51f0625a68ce81eb710231b6d431bcc5b435a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Fri, 22 Sep 2023 10:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=AA=E4=BA=BA=E5=BB=BA?= =?UTF-8?q?=E7=AB=99=E7=9B=B8=E5=85=B3=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/SecuritySetting/Index.jsx | 4 ++-- src/forge/Server/List.jsx | 4 ++-- src/forge/users/Material/Index.jsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/forge/SecuritySetting/Index.jsx b/src/forge/SecuritySetting/Index.jsx index d88cd3702..4a76ded8d 100644 --- a/src/forge/SecuritySetting/Index.jsx +++ b/src/forge/SecuritySetting/Index.jsx @@ -158,10 +158,10 @@ function Index(props){
  • 我的Bot
  • Bot安装
  • - */} diff --git a/src/forge/Server/List.jsx b/src/forge/Server/List.jsx index 146770900..c83c00e47 100644 --- a/src/forge/Server/List.jsx +++ b/src/forge/Server/List.jsx @@ -64,7 +64,7 @@ function Main(props){ 查看详情 */} - {projectDetail && projectDetail.author.type === "User" &&
  • + {/* {projectDetail && projectDetail.author.type === "User" &&
  • 个人建站服务 @@ -73,7 +73,7 @@ function Main(props){ 查看详情 -
  • } + } */} ) diff --git a/src/forge/users/Material/Index.jsx b/src/forge/users/Material/Index.jsx index c15036842..1cf63196a 100644 --- a/src/forge/users/Material/Index.jsx +++ b/src/forge/users/Material/Index.jsx @@ -55,7 +55,7 @@ function Index(props){ {props.history.push('/settings/phone')}}>手机号管理 {props.history.push('/settings/emails')}}>邮箱管理 {props.history.push('/settings/password')}}>密码管理 - {props.history.push('/settings/verification')}}>实名认证 + {/* {props.history.push('/settings/verification')}}>实名认证 */} {props.history.push('/settings/cancel')}}>账号注销 }