Update layout.tsx

This commit is contained in:
Fuck U 2023-04-04 12:44:13 +08:00 committed by GitHub
parent 0aaa188ea9
commit ce894607a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,9 @@ export default function RootLayout({
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap" href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
rel="stylesheet" rel="stylesheet"
></link> ></link>
<script src="/serviceWorkerRegister.js" defer></script> <script async src="/serviceWorkerRegister.js" defer></script>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"K1QltizcK5DKviun",ck:"K1QltizcK5DKviun",hashMode:true})</script>
</head> </head>
<body>{children}</body> <body>{children}</body>
</html> </html>