diff --git a/README.en.md b/README.en.md
deleted file mode 100644
index dbef0d2..0000000
--- a/README.en.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# RuoYi-Cloud
-
-#### Description
-{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
-
-#### Software Architecture
-Software architecture description
-
-#### Installation
-
-1. xxxx
-2. xxxx
-3. xxxx
-
-#### Instructions
-
-1. xxxx
-2. xxxx
-3. xxxx
-
-#### Contribution
-
-1. Fork the repository
-2. Create Feat_xxx branch
-3. Commit your code
-4. Create Pull Request
-
-
-#### Gitee Feature
-
-1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
-2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
-3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
-4. The most valuable open source project [GVP](https://gitee.com/gvp)
-5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
-6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
diff --git a/README.md b/README.md
index ab2d8de..5874759 100644
--- a/README.md
+++ b/README.md
@@ -1,39 +1,108 @@
-# RuoYi-Cloud
+## 平台简介
-#### 介绍
-{**以下是码云平台说明,您可以替换此简介**
-码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
-无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
+* 采用前后端分离的模式,微服务版本前端(基于 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue))。
+* 后端采用Spring Boot、Spring Cloud & Alibaba、OAuth2。
+* 注册中心、配置中心选型Nacos,为工程瘦身的同时加强各模块之间的联动。
+* 权限认证使用OAuth2,实现了多终端认证系统,可控制业务模块权限。
+* 项目分包明确,规范微服务的开发模式,使包与包之间的分工清晰。
+* 如需不分离应用,请移步 [RuoYi](https://gitee.com/y_project/RuoYi),如需分离应用,请移步 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
+* 阿里云优惠券:[点我进入](https://www.aliyun.com/minisite/goods?userCode=brki8iof&share_source=copy_link),腾讯云优惠券:[点我领取](https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console)
-#### 软件架构
-软件架构说明
+## 系统模块
+
+~~~
+com.ruoyi
+├── ruoyi-ui // 前端框架 [80]
+├── ruoyi-gateway // 网关模块 [8080]
+├── ruoyi-auth // 认证中心 [9200]
+├── ruoyi-api // 接口模块
+│ └── ruoyi-api-system // 系统接口
+├── ruoyi-common // 通用模块
+│ └── ruoyi-common-core // 核心模块
+│ └── ruoyi-common-datascope // 权限范围
+│ └── ruoyi-common-log // 日志记录
+│ └── ruoyi-common-redis // 缓存服务
+│ └── ruoyi-common-security // 安全模块
+│ └── ruoyi-common-swagger // 系统接口
+├── ruoyi-modules // 业务模块
+│ └── ruoyi-system // 系统模块 [9201]
+│ └── ruoyi-gen // 代码生成 [9202]
+│ └── ruoyi-job // 定时任务 [9203]
+├── ruoyi-visual // 图形化管理模块
+│ └── ruoyi-visual-monitor // 监控中心 [9100]
+├──pom.xml // 公共依赖
+~~~
+
+## 架构图
+
+
+
+## 内置功能
+
+1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
+2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。
+3. 岗位管理:配置系统用户所属担任职务。
+4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。
+5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。
+6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。
+7. 参数管理:对系统动态配置常用参数。
+8. 通知公告:系统通知公告信息发布维护。
+9. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
+10. 登录日志:系统登录日志记录查询包含登录异常。
+11. 在线用户:当前系统中活跃用户状态监控。
+12. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。
+13. 代码生成:前后端代码的生成(java、html、xml、sql)支持CRUD下载 。
+14. 系统接口:根据业务代码自动生成相关的api接口文档。
+15. 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。
+16. 在线构建器:拖动表单元素生成相应的HTML代码。
+17. 连接池监视:监视当前系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
+
+## 在线体验
+
+- admin/admin123
+- 陆陆续续收到一些打赏,为了更好的体验已用于演示服务器升级。谢谢各位小伙伴。
+
+演示地址:http://ruoyi.vip
+文档地址:http://doc.ruoyi.vip
+
+## 演示图
+
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+