From 4f593711ee3dc1887a4a4cf81d33c627c52604e3 Mon Sep 17 00:00:00 2001 From: guo874758140 Date: Tue, 1 Jul 2025 16:31:08 +0800 Subject: [PATCH 1/6] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guo874758140 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e65f220f..af7861d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - + From a1a501ef64b901311f4ff4be97ec813c767c128a Mon Sep 17 00:00:00 2001 From: Theo <971366405@qq.com> Date: Tue, 1 Jul 2025 16:34:31 +0800 Subject: [PATCH 2/6] =?UTF-8?q?docs:=20:memo:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加注释 --- src/api/system/config.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/config.api.ts b/src/api/system/config.api.ts index 42ba7672..27327885 100644 --- a/src/api/system/config.api.ts +++ b/src/api/system/config.api.ts @@ -49,7 +49,7 @@ const ConfigAPI = { method: "delete", }); }, - + /** 刷新系统配置缓存 */ refreshCache() { return request({ url: `${CONFIG_BASE_URL}/refresh`, From 2465c90a8c8e6a53c848977a92840a4513aa078c Mon Sep 17 00:00:00 2001 From: lk512893708 Date: Tue, 1 Jul 2025 16:46:44 +0800 Subject: [PATCH 3/6] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lk512893708 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af7861d2..bd9907f0 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ server { Thanks to all the contributors! +感谢所有的贡献者! [![contributors](https://contrib.rocks/image?repo=youlaitech/vue3-element-admin)](https://github.com/youlaitech/vue3-element-admin/graphs/contributors) From c8792558b64a52e37267b115d5de05deeb7cc5cd Mon Sep 17 00:00:00 2001 From: wangtaocs Date: Tue, 1 Jul 2025 16:50:49 +0800 Subject: [PATCH 4/6] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20README.md=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangtaocs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bd9907f0..39d3cd44 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ | Node 后端 | [youlai-nest](https://gitee.com/youlaiorg/youlai-nest) | [youlai-nest](https://github.com/haoxianrui/youlai-nest.git) |[youlai-nest](https://gitcode.com/youlai/youlai-nest.git)| - ## 开发指南 | 名称 | 地址 | From 4f4b45e10ede13295e75be79a6f1ce19a261cb43 Mon Sep 17 00:00:00 2001 From: zhangyuanpeng <1016062422@qq.com> Date: Tue, 1 Jul 2025 17:23:57 +0800 Subject: [PATCH 5/6] =?UTF-8?q?docs:=20:memo:=20=E6=9B=B4=E6=96=B0README?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加系统功能模块说明 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39d3cd44..c819a878 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ - **简洁易用**:基于 [vue-element-admin](https://gitee.com/panjiachen/vue-element-admin) 升级的 Vue3 版本,无过渡封装 ,易上手。 - **数据交互**: 支持 `Mock` 数据和[线上接口文档](https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5),并提供配套的 [Java](https://gitee.com/youlaiorg/youlai-boot) 和 [Node](https://gitee.com/youlaiorg/youlai-nest) 后端源码。 -- **系统功能:** 提供用户管理、角色管理、菜单管理、部门管理、字典管理等功能模块。 +- **系统功能:** 提供用户管理、角色管理、菜单管理、部门管理、字典管理、系统配置、通知公告等功能模块。 - **权限管理:** 支持动态路由、按钮权限、角色权限和数据权限等多种权限管理方式。 - **基础设施:** 提供国际化、多布局、暗黑模式、全屏、水印、接口文档和代码生成器等功能。 From f79706607f5d89c9fc298f99fe20bdbabb09a789 Mon Sep 17 00:00:00 2001 From: f-404 Date: Tue, 1 Jul 2025 18:07:33 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: f-404 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c819a878..9bb662cf 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ ## 项目启动 - - **环境准备** | 环境类型 | 名称 |