添加用户管理页

This commit is contained in:
sijinhui 2024-03-26 00:34:03 +08:00
parent fc351f8734
commit aa8859b186
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import type { GetRef, TableColumnsType, TableColumnType } from "antd";
import Highlighter from "react-highlight-words";
// 后期考虑删除该依赖
const { Column, ColumnGroup } = Table;
import { getCurrentTime } from "@/app/utils/custom";
interface UserInterface {

View File

@ -62,6 +62,7 @@
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.7",
"@types/react-highlight-words": "^0.16.7",
"@types/react-katex": "^3.0.0",
"@types/spark-md5": "^3.0.4",
"autoprefixer": "^10.4.17",