支持更换头像

This commit is contained in:
whyour
2022-05-09 15:31:41 +08:00
parent 2c9b283b75
commit fb6a80e306
12 changed files with 127 additions and 29 deletions
+8 -1
View File
@@ -32,7 +32,10 @@
"react": "17",
"react-dom": "17"
},
"ignoreMissing": ["monaco-editor", "react-router"]
"ignoreMissing": [
"monaco-editor",
"react-router"
]
}
},
"dependencies": {
@@ -53,6 +56,7 @@
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"multer": "^1.4.4",
"nedb": "^1.8.0",
"node-fetch": "^3.2.1",
"node-schedule": "^2.1.0",
@@ -74,11 +78,13 @@
"@ant-design/pro-layout": "^6.33.1",
"@monaco-editor/react": "^4.3.1",
"@sentry/react": "^6.18.1",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-jwt": "^6.0.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.179",
"@types/multer": "^1.4.7",
"@types/nedb": "^1.8.12",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
@@ -96,6 +102,7 @@
"@umijs/test": "^3.5.21",
"ansi-to-react": "^6.1.6",
"antd": "^4.18.9",
"antd-img-crop": "^4.2.3",
"codemirror": "^5.65.2",
"compression-webpack-plugin": "9.2.0",
"concurrently": "^7.0.0",