release: update 5.7.0

This commit is contained in:
xiaoxian521 2024-06-04 16:21:22 +08:00
parent 649aab9c7d
commit 33a89834d7
5 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,13 @@
# 5.7.0 (2024-06-04)
### 🎫 Feat
- Add Google style tabs
### 🐞 Bug fixes
- Fixed the issue where the text exceeds and is not hidden after the menu is folded in Firefox browser
# 5.6.0 (2024-05-14)
### ✔️ Refactor

View File

@ -1,3 +1,13 @@
# 5.7.0 (2024-06-04)
### 🎫 Feat
- Add Google style tabs
### 🐞 Bug fixes
- Fixed the issue where the text exceeds and is not hidden after the menu is folded in Firefox browser
# 5.6.0 (2024-05-14)
### ✔️ Refactor

View File

@ -1,3 +1,13 @@
# 5.7.0 (2024-06-04)
### 🎫 Feat
- 添加谷歌风格的页签
### 🐞 Bug fixes
- 修复在火狐浏览器中菜单折叠后,文字超出未隐藏的问题
# 5.6.0 (2024-05-14)
### ✔️ Refactor

View File

@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
"version": "5.6.0",
"version": "5.7.0",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"Version": "5.6.0",
"Version": "5.7.0",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,