From 3def710468ef5851f1863fb87759f5b871a50da9 Mon Sep 17 00:00:00 2001 From: JSR Date: Fri, 27 Mar 2026 20:56:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=B2=89=E6=B5=B8?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=A0=87=E9=A2=98=E6=A0=8F=E5=B7=A6=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContentArea.tsx | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/components/ContentArea.tsx b/src/components/ContentArea.tsx index 002eeac..008e8f4 100644 --- a/src/components/ContentArea.tsx +++ b/src/components/ContentArea.tsx @@ -9,6 +9,7 @@ import { import { Routes, Route, Navigate } from "react-router-dom" import { useTranslation } from "react-i18next" import { WindowControls } from "./WindowControls" +import appLogo from "../assets/logoHD.svg" const loadHome = () => import("./Home") const loadStudentManager = () => import("./StudentManager") @@ -184,10 +185,31 @@ export function ContentArea({ { flex: 1, height: "100%", + display: "flex", + alignItems: "center", + justifyContent: "flex-start", + paddingLeft: "8px", WebkitAppRegion: "drag", } as React.CSSProperties } - /> + > + {immersiveMode && ( +
+ SecScore + SecScore +
+ )} +