Skip to content

Commit 349986f

Browse files
committed
正式发布v3.0.0版本
1 parent fb4bba9 commit 349986f

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Django-Vue3-Admin 更新日志
2+
3+
## 正式发布v3.0.0版本
4+
### 1.新增:列权限管理与授权;
5+
### 2.新增:代码新版本发布后,进行升级提醒;
6+
### 3.优化:角色管理中按钮权限的操作;
7+
### 4.优化:websocket 连接状态显示;
8+
### 5.优化:初始化获取系统配置与字典配置,进行动态渲染登录页面;
9+
### 6.修复:登录页面中系统配置不生效问题;
10+
### 7.其他优化

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==4.2.6
1+
Django==4.2.7
22
django-comment-migrate==0.1.7
33
django-cors-headers==4.3.0
44
django-filter==23.3

web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "django-vue3-admin",
3-
"version": "1.0.0",
4-
"description": "django-vue3-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus, 是一款全栈,快速,开源的后台管理系统!",
3+
"version": "3.0.0",
4+
"description": "是一套全部开源的快速开发平台,毫无保留给个人免费使用、团体授权使用。\n django-vue3-admin 基于RBAC模型的权限控制的一整套基础开发平台,权限粒度达到列级别,前后端分离,后端采用django + django-rest-framework,前端采用基于 vue3 + CompositionAPI + typescript + vite + element plus",
55
"license": "MIT",
66
"scripts": {
77
"dev": "vite --force",
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@element-plus/icons-vue": "^2.0.10",
13-
"@fast-crud/fast-crud": "^1.18.3",
14-
"@fast-crud/fast-extends": "^1.18.3",
15-
"@fast-crud/ui-element": "^1.18.3",
16-
"@fast-crud/ui-interface": "^1.18.3",
13+
"@fast-crud/fast-crud": "^1.19.2",
14+
"@fast-crud/fast-extends": "^1.19.2",
15+
"@fast-crud/ui-element": "^1.19.2",
16+
"@fast-crud/ui-interface": "^1.19.2",
1717
"@vitejs/plugin-vue-jsx": "^3.0.0",
1818
"@wangeditor/editor": "^5.1.23",
1919
"@wangeditor/editor-for-vue": "^5.1.12",

0 commit comments

Comments
 (0)