From 4101a46ce35ac2e395c9d0b843cfb7a0c20d7142 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:58:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(management):=20=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=9B=B4=E6=96=B0=E8=87=B3v0.1.2=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E8=8B=A5=E5=B9=B2=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9A=20(#19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.新建用户模型配置不全问题 2.用户为空时,添加用户异常问题 3.用户配置界面点击未刷新问题 4.管理员账号密码无法修改问题 5.前后端API调用访问不畅问题 --- README.md | 9 +- assets/management.png | Bin 25912 -> 48250 bytes assets/ragflow-plus.png | Bin 0 -> 11735 bytes docker/.env | 72 +-------- docker/docker-compose.yml | 26 +++- management/.env | 5 + management/docker-compose.yml | 21 ++- management/nginx.conf | 11 ++ management/server/app.py | 53 ++++++- management/server/database.py | 18 ++- management/server/requirements.txt | 4 +- management/server/services/users/service.py | 146 +++++++++++------- management/web/.env | 6 +- management/web/.env.production | 2 +- management/web/package.json | 2 +- management/web/src/http/axios.ts | 2 +- management/web/src/pages/login/index.vue | 4 +- .../web/src/pages/user-config/index.vue | 10 ++ 18 files changed, 236 insertions(+), 155 deletions(-) create mode 100644 assets/ragflow-plus.png create mode 100644 management/.env diff --git a/README.md b/README.md index 4874d0e..c835ca2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Ragflow-Plus + +