mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
fix: update
This commit is contained in:
parent
753491a7eb
commit
cd668c11d8
2
.env
2
.env
@ -3,7 +3,7 @@ VITE_PORT = 8848
|
||||
# title
|
||||
VITE_TITLE = vue-pure-admin
|
||||
# version
|
||||
VITE_VERSION = 2.1.0
|
||||
VITE_VERSION = 2.6.0
|
||||
# open
|
||||
VITE_OPEN = false
|
||||
|
||||
|
@ -3,7 +3,7 @@ VITE_PORT = 8848
|
||||
# title
|
||||
VITE_TITLE = vue-pure-admin
|
||||
# version
|
||||
VITE_VERSION = 2.1.0
|
||||
VITE_VERSION = 2.6.0
|
||||
# open
|
||||
VITE_OPEN = false
|
||||
|
||||
|
@ -1,3 +1,16 @@
|
||||
# 2.6.0(2021-11-10)
|
||||
|
||||
### 🎫 Feat
|
||||
|
||||
- Refactored navigation theme color, supports multiple color schemes
|
||||
- Refactored login page, illustration style
|
||||
|
||||
### 🍏 Perf
|
||||
|
||||
- Optimize the navigation style
|
||||
- Eliminate strong navigation dependence on vxe-table
|
||||
- Synchronously update element-plus, replace Font Icon with SVG Icon
|
||||
|
||||
# 2.1.0(2021-10-14)
|
||||
|
||||
### 🎫 Feat
|
||||
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
||||
# 2.6.0(2021-11-10)
|
||||
|
||||
### 🎫 Feat
|
||||
|
||||
- Refactored navigation theme color, supports multiple color schemes
|
||||
- Refactored login page, illustration style
|
||||
|
||||
### 🍏 Perf
|
||||
|
||||
- Optimize the navigation style
|
||||
- Eliminate strong navigation dependence on vxe-table
|
||||
- Synchronously update element-plus, replace Font Icon with SVG Icon
|
||||
|
||||
# 2.1.0(2021-10-14)
|
||||
|
||||
### 🎫 Feat
|
||||
|
@ -1,3 +1,16 @@
|
||||
# 2.6.0(2021-11-10)
|
||||
|
||||
### 🎫 Feat
|
||||
|
||||
- 重构导航主题色,支持多种配色
|
||||
- 重构登录页,插画风格
|
||||
|
||||
### 🍏 Perf
|
||||
|
||||
- 优化导航样式
|
||||
- 剔除导航强依赖 vxe-table
|
||||
- 同步更新 element-plus,使用 SVG Icon 替换 Font Icon
|
||||
|
||||
# 2.1.0(2021-10-14)
|
||||
|
||||
### 🎫 Feat
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-pure-admin",
|
||||
"version": "2.1.0",
|
||||
"version": "2.6.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">= 16",
|
||||
|
Loading…
x
Reference in New Issue
Block a user