mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
添加用户管理页
This commit is contained in:
parent
fc351f8734
commit
aa8859b186
@ -9,7 +9,6 @@ import type { GetRef, TableColumnsType, TableColumnType } from "antd";
|
|||||||
import Highlighter from "react-highlight-words";
|
import Highlighter from "react-highlight-words";
|
||||||
// 后期考虑删除该依赖
|
// 后期考虑删除该依赖
|
||||||
|
|
||||||
const { Column, ColumnGroup } = Table;
|
|
||||||
import { getCurrentTime } from "@/app/utils/custom";
|
import { getCurrentTime } from "@/app/utils/custom";
|
||||||
|
|
||||||
interface UserInterface {
|
interface UserInterface {
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
"@types/node": "^20.11.10",
|
"@types/node": "^20.11.10",
|
||||||
"@types/react": "^18.2.48",
|
"@types/react": "^18.2.48",
|
||||||
"@types/react-dom": "^18.2.7",
|
"@types/react-dom": "^18.2.7",
|
||||||
|
"@types/react-highlight-words": "^0.16.7",
|
||||||
"@types/react-katex": "^3.0.0",
|
"@types/react-katex": "^3.0.0",
|
||||||
"@types/spark-md5": "^3.0.4",
|
"@types/spark-md5": "^3.0.4",
|
||||||
"autoprefixer": "^10.4.17",
|
"autoprefixer": "^10.4.17",
|
||||||
|
Loading…
Reference in New Issue
Block a user