update 个人中心

This commit is contained in:
2021-06-30 20:16:35 +08:00
parent 3b9def0895
commit 8d3352a55a
18 changed files with 1277 additions and 1220 deletions

View File

@@ -20,6 +20,7 @@
"photoswipe": "^4.1.3",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-cropper": "^2.1.8",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-monaco-editor": "^0.43.0",
@@ -44,6 +45,7 @@
"rules": {
"eqeqeq": "off",
"no-unused-vars": "off",
"no-sparse-arrays": "off",
"array-callback-return": "off",
"jsx-a11y/anchor-is-valid": "off"
}