From 6426286010936ebf1eeed29e4b4bb94c34b716d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B7=E7=94=9A=E4=B9=88=E5=96=B5?= Date: Sat, 7 Oct 2023 17:10:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20profile=E9=A1=B5=E5=8F=AF=E5=9C=A8?= =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E6=97=B6=E6=9F=A5=E7=9C=8B=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根据Cloudreve项目代码,profile页是支持在未登录时查看的,而且还可设置是否展示主页,所以这里就去掉需要登录的限制 --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 1233169..d8bb657 100644 --- a/src/App.js +++ b/src/App.js @@ -167,12 +167,12 @@ export default function App() { - - +