新版本

This commit is contained in:
caiwendi88@gmail.com 2023-04-18 13:06:32 +08:00
parent 377ed294d9
commit cc0fa48762
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
"use client"; "use client";
import "core-js/modules/es.array.at.js"; // import '@babel/polyfill/dist/polyfill.min';
import "core-js/modules/web.structured-clone.js";
import { useState, useEffect, useRef } from "react"; import { useState, useEffect, useRef } from "react";

View File

@ -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" 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="https://cdn.polyfill.io/v2/polyfill.min.js" defer></script>
<script src="/serviceWorkerRegister.js" defer></script> <script src="/serviceWorkerRegister.js" defer></script>
</head> </head>
<body>{children}</body> <body>{children}</body>

View File

@ -16,7 +16,6 @@
"@hello-pangea/dnd": "^16.2.0", "@hello-pangea/dnd": "^16.2.0",
"@svgr/webpack": "^6.5.1", "@svgr/webpack": "^6.5.1",
"@vercel/analytics": "^0.1.11", "@vercel/analytics": "^0.1.11",
"core-js": "^3.30.1",
"emoji-picker-react": "^4.4.7", "emoji-picker-react": "^4.4.7",
"eventsource-parser": "^0.1.0", "eventsource-parser": "^0.1.0",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",