fix(daily): opt

This commit is contained in:
zhangheng
2026-04-11 17:37:09 +08:00
parent 35b6849a64
commit 6baeae111e
6 changed files with 332 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ import "mantine-datatable/styles.css"
import Script from "next/script"
import { InfoCheck } from "@/app/store/InfoCheck"
import { OptStore } from "@/components/label/OptStore"
import {
ColorSchemeScript,
MantineProvider,
@@ -58,6 +59,7 @@ export default function RootLayout({
<MantineProvider defaultColorScheme="light" theme={theme}>
<Notifications zIndex={GLOBAL_NOTICE_Z_INDEX} withinPortal />
<InfoCheck />
<OptStore />
<ModalsProvider>
<Suspense fallback={<></>}>{children}</Suspense>
</ModalsProvider>