Skip to content

Commit 36dc654

Browse files
committed
docs: 📚 readme文档修改
1 parent 2b9feb5 commit 36dc654

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## 介绍 💥
44

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
614

715
## 技术栈 🔥🔥
816

@@ -18,7 +26,7 @@
1826

1927
- 数据持久化存储
2028
- 路由鉴权
21-
- 动态主题
29+
- 动态主题、暗黑模式、灰色模式、色弱模式
2230
- axios 请求封装
2331
- 封装 svg 图标组件
2432
- Prettier 统一格式化代码,集成 ESLint、Stylelint 代码校验规范
@@ -28,20 +36,25 @@
2836

2937
- 登录页:
3038

31-
![login](https://ooo.0x0.ooo/2023/11/03/ONKzWs.png)
39+
![login](https://ooo.0x0.ooo/2023/12/21/OKAPUX.gif)
3240

3341
- 仪表盘:
3442

3543
![login](https://ooo.0x0.ooo/2023/11/18/OeXLvC.png)
3644

45+
- 仪表盘(暗黑模式):
46+
47+
![login](https://ooo.0x0.ooo/2023/12/21/OKARyt.png)
48+
3749
- 其他页面
3850

39-
![page](https://ooo.0x0.ooo/2023/11/03/ONKk2B.png)
51+
![page](https://ooo.0x0.ooo/2023/12/21/OKAtsx.png)
4052

4153
## 目录 📃
4254

4355
```text
4456
YZ-Admin
57+
├─ .github # github仓库配置文件
4558
├─ .husky # 集成 husky
4659
├─ .vscode # vscode推荐配置
4760
├─ public # 静态资源文件(忽略打包)

src/views/theme/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const Theme: React.FC = () => {
213213
};
214214

215215
return (
216-
<Card style={{ margin: "16px 0" }}>
216+
<Card>
217217
<div style={{ marginBottom: 16 }}>
218218
{/* 国际化配置 */}
219219
<Divider>国际化配置</Divider>

0 commit comments

Comments
 (0)