From fc35a1f0c8c68045c1511c06317fcb37bf18307f Mon Sep 17 00:00:00 2001 From: icechen Date: Tue, 1 Mar 2022 10:22:10 +0800 Subject: [PATCH] update --- .idea/.gitignore | 5 + .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/jsLinters/eslint.xml | 6 + .idea/kun-web.iml | 12 + .idea/modules.xml | 8 + .idea/prettier.xml | 7 + .idea/vcs.xml | 6 + package.json | 4 + public/index.html | 2 +- src/component/homeMenu/index.tsx | 6 +- src/component/homeMenu/style.module.css | 1 + src/pages/dashboard/index.tsx | 24 +- src/pages/dashboard/style.module.css | 34 + yarn.lock | 9204 ++++++++++++++++++ 14 files changed, 9322 insertions(+), 3 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsLinters/eslint.xml create mode 100644 .idea/kun-web.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/prettier.xml create mode 100644 .idea/vcs.xml create mode 100644 src/pages/dashboard/style.module.css create mode 100644 yarn.lock diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..10b731c --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLinters/eslint.xml b/.idea/jsLinters/eslint.xml new file mode 100644 index 0000000..541945b --- /dev/null +++ b/.idea/jsLinters/eslint.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/kun-web.iml b/.idea/kun-web.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/kun-web.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0910a81 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml new file mode 100644 index 0000000..88d0155 --- /dev/null +++ b/.idea/prettier.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 51cd30b..00bd3aa 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "react-redux": "^7.2.6", "react-router-dom": "^6.2.1", "react-scripts": "5.0.0", + "redux": "^4.1.2", "typescript": "^4.5.5", "web-vitals": "^2.1.4" }, @@ -47,5 +48,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "redux-devtools": "^3.7.0" } } diff --git a/public/index.html b/public/index.html index 1d8db70..be3d1b8 100644 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,7 @@ --> React App - +