From db1511b8236676f97447fbdd87a8709a200a7a79 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Mon, 10 Mar 2025 15:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=8E=A7=E4=BB=B6=E4=B8=BA?= =?UTF-8?q?=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 0ca3e2c..72915e6 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -17,6 +17,9 @@ import reportWebVitals from "./reportWebVitals"; import {Provider} from "react-redux"; import store from "./store/index"; +import { ConfigProvider } from 'antd'; +import zhCN from 'antd/locale/zh_CN'; + const router = createBrowserRouter([ { path: "/", @@ -61,7 +64,9 @@ const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement) root.render( // + + // );