feat: refactor main and preload scripts, update window service logic, enhance TitleBar component, and adjust login page layout

This commit is contained in:
DEV_DSW
2026-04-27 09:10:57 +08:00
parent 4c61e93c3e
commit dd211056dd
7 changed files with 99 additions and 171 deletions

View File

@@ -144,7 +144,9 @@ export default function LoginPage() {
/>
) : null}
<TitleBar variant="light" />
<div className="relative z-20">
<TitleBar variant="light" controlsTheme="white" />
</div>
<main
className={['relative z-10 box-border flex flex-auto pl-2 pr-2 pb-2', platform !== 'linux' ? 'pt-2' : 'pt-11'].join(' ')}