mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
新版本
This commit is contained in:
parent
377ed294d9
commit
cc0fa48762
@ -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>
|
||||
|
@ -16,7 +16,6 @@
|
||||
"@hello-pangea/dnd": "^16.2.0",
|
||||
"@svgr/webpack": "^6.5.1",
|
||||
"@vercel/analytics": "^0.1.11",
|
||||
"core-js": "^3.30.1",
|
||||
"emoji-picker-react": "^4.4.7",
|
||||
"eventsource-parser": "^0.1.0",
|
||||
"fuse.js": "^6.6.2",
|
||||
|
Loading…
Reference in New Issue
Block a user