From 2751e9fa808aa111c3a5a19bc1906cfc882a0820 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 12 Oct 2025 22:31:28 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=204.7.0.RELEASE=20=E6=96=B0=E5=A2=9Ei18n?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B6=E9=83=A8=E8=8F=9C=E5=8D=95=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- package.json | 2 +- src/pages/Dashboard/Workplace.js | 13 +++++++++++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 75d3f34..f2b8bd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Downloads + Downloads Build Status Build Status Coverage Status @@ -37,12 +37,12 @@ |----------------------|------------| | Java | 17+ | | NodeJS | 18+ | -| Spring | 6.2.8 | -| Spring Boot | 3.5.3 | +| Spring | 6.2.11 | +| Spring Boot | 3.5.6 | | Spring Cloud | 2025.0.0 | | Spring Cloud Alibaba | 2023.0.3.3 | -| Nacos Alibaba | 3.0.2 | -| Mybatis Plus | 3.5.12 | +| Nacos Alibaba | 3.1.0 | +| Mybatis Plus | 3.5.19 | ## 工程结构 diff --git a/package.json b/package.json index cf0e1c5..25af43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sword-admin", - "version": "4.6.0", + "version": "4.7.0", "description": "An out-of-box UI solution for enterprise applications", "private": true, "scripts": { diff --git a/src/pages/Dashboard/Workplace.js b/src/pages/Dashboard/Workplace.js index ab1e952..de9300d 100644 --- a/src/pages/Dashboard/Workplace.js +++ b/src/pages/Dashboard/Workplace.js @@ -20,7 +20,7 @@ class Workplace extends PureComponent {

- Downloads + Downloads Build Status - + + +
1.[升级]Spring 至 6.2.11
+
2.[升级]SpringBoot 至 3.5.6
+
3.[升级]Nacos 至 3.1.0
+
4.[升级]MybatisPlus 至 3.5.19
+
5.[新增]I18n国际化组件
+
6.[新增]顶部菜单模块
+
7.[新增]BaseService常用基础方法
+
1.[升级]Spring 至 6.2.8
2.[升级]SpringBoot 至 3.5.3