File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 介绍 💥
4
4
5
- 一个基于 React18、vite4、router6 后台管理模板,旨在让开发者快速搭建后台管理系统,不需要进行基础搭建便可以进行业务功能开发
5
+ 一个基于 React18、Vite4、react-router6 后台管理模板,旨在让开发者快速搭建后台管理系统,不需要进行基础搭建便可以进行业务功能开发
6
+
7
+ ## 在线预览 👀
8
+
9
+ - https://coder-czy.github.io/YZ-admin/
10
+
11
+ ## 代码仓库 ⭐
12
+
13
+ - https://github.com/coder-czy/YZ-admin.git
6
14
7
15
## 技术栈 🔥🔥
8
16
18
26
19
27
- 数据持久化存储
20
28
- 路由鉴权
21
- - 动态主题
29
+ - 动态主题、暗黑模式、灰色模式、色弱模式
22
30
- axios 请求封装
23
31
- 封装 svg 图标组件
24
32
- Prettier 统一格式化代码,集成 ESLint、Stylelint 代码校验规范
28
36
29
37
- 登录页:
30
38
31
- ![ login] ( https://ooo.0x0.ooo/2023/11/03/ONKzWs.png )
39
+ ![ login] ( https://ooo.0x0.ooo/2023/12/21/OKAPUX.gif )
32
40
33
41
- 仪表盘:
34
42
35
43
![ login] ( https://ooo.0x0.ooo/2023/11/18/OeXLvC.png )
36
44
45
+ - 仪表盘(暗黑模式):
46
+
47
+ ![ login] ( https://ooo.0x0.ooo/2023/12/21/OKARyt.png )
48
+
37
49
- 其他页面
38
50
39
- ![ page] ( https://ooo.0x0.ooo/2023/11/03/ONKk2B .png )
51
+ ![ page] ( https://ooo.0x0.ooo/2023/12/21/OKAtsx .png )
40
52
41
53
## 目录 📃
42
54
43
55
``` text
44
56
YZ-Admin
57
+ ├─ .github # github仓库配置文件
45
58
├─ .husky # 集成 husky
46
59
├─ .vscode # vscode推荐配置
47
60
├─ public # 静态资源文件(忽略打包)
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ const Theme: React.FC = () => {
213
213
} ;
214
214
215
215
return (
216
- < Card style = { { margin : "16px 0" } } >
216
+ < Card >
217
217
< div style = { { marginBottom : 16 } } >
218
218
{ /* 国际化配置 */ }
219
219
< Divider > 国际化配置</ Divider >
You can’t perform that action at this time.
0 commit comments