🎉 3.6.0.RELEASE vue3版前端正式发布

This commit is contained in:
smallchill 2023-04-29 22:04:08 +08:00
parent 70fbbc52ce
commit 9926a29988
3 changed files with 26 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V3.4.1-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Release-V3.6.0-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="Build Status">
<img src="https://img.shields.io/badge/license-Apache%202-blue.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status">
@ -45,12 +45,13 @@
* Sword-基于React[https://sword.bladex.vip](https://sword.bladex.vip)
## 数据大屏
* Caster-数据大屏展示系统:[https://caster.bladex.vip](https://caster.bladex.vip)
* 数据大屏展示系统:[https://data.bladex.vip](https://data.bladex.vip)
## 技术文档
* [SpringBlade开发手册一览](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册)
* [SpringBlade常见问题集锦](https://sns.bladex.vip/article-14966.html)
* [SpringBlade基于Kuboard部署K8S](https://kuboard.cn/learning/k8s-practice/spring-blade/)
* [SpringBlade基于Rainbond部署](https://www.rainbond.com/docs/micro-service/example/blade)
## 项目地址
* 核心框架项目地址:[https://gitee.com/smallc/blade-tool](https://gitee.com/smallc/blade-tool)
@ -59,6 +60,7 @@
* 后端SpringBoot版[https://gitee.com/smallc/SpringBlade/tree/boot/](https://gitee.com/smallc/SpringBlade/tree/boot/)
* 前端框架Sword(基于React)[https://gitee.com/smallc/Sword](https://gitee.com/smallc/Sword)
* 前端框架Saber(基于Vue)[https://gitee.com/smallc/Saber](https://gitee.com/smallc/Saber)
* 前端框架Saber3(基于Vue3)[https://gitee.com/smallc/Saber3](https://gitee.com/smallc/Saber/tree/3.x/)
# 开源协议
Apache Licence 2.0 [英文原文](http://www.apache.org/licenses/LICENSE-2.0.html)

View File

@ -1,6 +1,6 @@
{
"name": "sword",
"version": "3.5.0",
"name": "sword-admin",
"version": "3.6.0",
"description": "An out-of-box UI solution for enterprise applications",
"private": true,
"scripts": {

View File

@ -20,7 +20,7 @@ class Workplace extends PureComponent {
<Row gutter={24}>
<Col span={24}>
<div style={{ textAlign: 'center' }}>
<img src="https://img.shields.io/badge/Release-V3.5.0-green.svg" alt="Downloads" />
<img src="https://img.shields.io/badge/Release-V3.6.0-green.svg" alt="Downloads" />
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="Build Status" />
<img
src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg"
@ -212,7 +212,25 @@ class Workplace extends PureComponent {
</Row>
<Row gutter={24}>
<Card className={styles.card} bordered={false}>
<Collapse bordered={false} defaultActiveKey={['32']}>
<Collapse bordered={false} defaultActiveKey={['33']}>
<Panel header="3.6.0发布 基于vue3的前端架构正式发布" key="33">
<div>1.升级 SpringCloud 2021.0.6</div>
<div>2.升级 SpringBoot 2.7.10</div>
<div>3.升级 SpringBootAdmin 2.7.10</div>
<div>4.升级 AlibabaCloud 2021.0.5.0</div>
<div>5.升级 Mybatis-Plus 3.5.3.1</div>
<div>6.升级 Mybatis-Plus-Generator 3.5.3.1</div>
<div>7.升级 Nacos 2.1.2</div>
<div>8.升级 Seata 1.6.1</div>
<div>9.升级 Knife4j 4.1.0</div>
<div>10.升级 Log4j 2.20.0</div>
<div>11.升级 Avue2 2.10.10</div>
<div>12.升级 Avue3 3.2.13</div>
<div>13.新增 基于Vue3与Element-Plus版本的Saber正式发布</div>
<div>14.新增 关闭Token默认签名用户需自行设置后启动服务</div>
<div>15.新增 Vue3版代码生成</div>
<div>16.优化 pom依赖机制</div>
</Panel>
<Panel header="3.5.0发布 新增报文加密 令牌签名校验提示" key="32">
<div>1.新增 报文加密功能</div>
<div>2.新增 日志开关功能</div>