From 8f0e1f110447097df7dcd29a62f94e5dcb34000d Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 4 Sep 2025 22:22:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dlog=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.tsx | 2 -- src/components/LoadingOverlay/index.css | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index c5852e1..b3fa3b2 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -19,8 +19,6 @@ function App({ children }: PropsWithChildren) { if (login?.tokens?.accessToken) { serverSdk.setAccessToken(login.tokens.accessToken, login.user.id) } - const logs = await serverSdk.getMineLogs() - console.log({ logs }) } catch (error) { console.error('Login failed:', error) } diff --git a/src/components/LoadingOverlay/index.css b/src/components/LoadingOverlay/index.css index 73d2cb5..4371ba3 100644 --- a/src/components/LoadingOverlay/index.css +++ b/src/components/LoadingOverlay/index.css @@ -77,6 +77,6 @@ } .loading-container .btn-secondary { - background: rgba(255, 255, 255, 0.2); + background: rgba(255, 255, 255, 0.9); color: black; } \ No newline at end of file