perf(video): perf

This commit is contained in:
2026-03-09 10:01:31 +08:00
parent 2402d685d7
commit 3b118e3304
12 changed files with 1284 additions and 328 deletions

View File

@@ -20,6 +20,8 @@ import "./globals.css"
import { theme } from "./theme"
import { OptStore } from "@/components/label/OptStore"
const GLOBAL_NOTICE_Z_INDEX = 4000
export default function RootLayout({
children,
}: {
@@ -55,7 +57,7 @@ export default function RootLayout({
</head>
<body>
<MantineProvider defaultColorScheme="auto" theme={theme}>
<Notifications />
<Notifications zIndex={GLOBAL_NOTICE_Z_INDEX} withinPortal />
<InfoCheck />
<OptStore />
<ModalsProvider>