From 4b82d390eab12aef5be26bfc2095adf085a3d034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B0=8F=E7=8E=8B=E5=AD=90?= Date: Thu, 8 Feb 2024 20:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA5.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- package.json | 2 +- src/views/index.vue | 17 +++++++++++++++-- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4815b80..33bc4b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

logo

-

Ruoyi-Flex V5.0.0

+

Ruoyi-Flex V5.1.0

Ruoyi-Flex是基于JDK21、Spring Boot V3.2.X+平台 前后端分离的未来8年更快的Java开发框架

@@ -153,6 +153,6 @@ npm run build:prod ## 9、参与贡献 1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request \ No newline at end of file +2. 在Forked项目上修改代码,测试代码 +3. 在Forked项目上提交代码 +4. 在Forked项目上新建 Pull Request,等待审批合并。 \ No newline at end of file diff --git a/package.json b/package.json index 08eeb8a..70c6b5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyiflex-elementplus-ts", - "version": "5.0.0", + "version": "5.1.0", "description": "Ruoyi-Flex多租户管理系统", "author": "数据小王子", "license": "MIT", diff --git a/src/views/index.vue b/src/views/index.vue index 446fd62..fbba1f2 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -5,7 +5,7 @@

logo

-

Ruoyi-Flex V5.0.0

+

Ruoyi-Flex V5.1.0

Ruoyi-Flex是基于JDK21、Spring Boot V3.2.X+平台 前后端分离的Java快速开发框架

@@ -110,6 +110,19 @@ + +
    +
  1. 首次提交ruoyiflex-elementplus-ts
  2. +
  3. 修正头像无法显示的问题
  4. +
  5. 升级element-plus依赖到V2.5.3
  6. +
  7. 代码生成支持:主子表
  8. +
  9. 补充完善mybatis的前端演示代码
  10. +
  11. 修正无法修改租户的问题
  12. +
  13. 导入子表类型视图对象
  14. +
  15. 更换默认头像
  16. +
  17. 禁止修改、删除默认租户
  18. +
+
  1. 增加“租户套餐管理”、“租户管理”模块
  2. @@ -286,7 +299,7 @@