From ca7ea3309b8544c77b0221e4e6ab53e99eb25fd9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 13 Oct 2022 00:00:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2080bab..ffda16746 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ > > 😜 给项目点点 Star 吧,这对我们真的很重要! +![架构图](https://static.iocoder.cn/ruoyi-vue-pro-architecture.png) + * 管理后台的 Vue3 版本采用 [vue-element-plus-admin](https://gitee.com/kailong110120130/vue-element-plus-admin) ,Vue2 版本采用 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) * 管理后台的移动端采用 [uni-app](https://github.com/dcloudio/uni-app) 方案,一份代码多终端适配,同时支持 APP、小程序、H5! * 后端采用 Spring Boot、MySQL + MyBatis Plus、Redis + Redisson @@ -42,7 +44,6 @@ | `yudao-cloud` | Spring Cloud 微服务 | **[Gitee](https://gitee.com/zhijiantianya/yudao-cloud)**     [Github](https://github.com/YunaiV/yudao-cloud) | | `Spring-Boot-Labs` | Spring Boot & Cloud 入门 | **[Gitee](https://gitee.com/zhijiantianya/SpringBoot-Labs)**     [Github](https://github.com/YunaiV/SpringBoot-Labs) | - ## 🐼 内置功能 分成多种内置功能: From 587360a54fbd9992560326d89218e0c9a07a6793 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 13 Oct 2022 23:17:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=86=85=E7=BD=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffda16746..b594643b1 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,17 @@ ## 🐼 内置功能 -分成多种内置功能: +系统内置多种多种业务功能,可以用于快速你的业务系统: + +![功能分层](https://static.iocoder.cn/ruoyi-vue-pro-biz.png) + * 系统功能 * 基础设施 * 工作流程 * 支付系统 -* 商城系统 +* 会员中心 * 数据报表 +* 商城系统 > 友情提示:本项目基于 RuoYi-Vue 修改,**重构优化**后端的代码,**美化**前端的界面。 >