mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-26 10:39:21 +08:00
新版本
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import "core-js/modules/es.array.at.js";
|
||||
import "core-js/modules/web.structured-clone.js";
|
||||
// import '@babel/polyfill/dist/polyfill.min';
|
||||
|
||||
import { useState, useEffect, useRef } from "react";
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ export default function RootLayout({
|
||||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
|
||||
rel="stylesheet"
|
||||
></link>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" defer></script>
|
||||
<script src="/serviceWorkerRegister.js" defer></script>
|
||||
</head>
|
||||
<body>{children}</body>
|
||||
|
||||
Reference in New Issue
Block a user