From 7edb92d1dfe0114dfa56901e19bb8ff9611a97e9 Mon Sep 17 00:00:00 2001 From: Wonder Date: Mon, 17 Nov 2025 15:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=A7Chore:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 2 +- .../java/com/ruoyi/web/core/config/SwaggerConfig.java | 2 +- backend/ruoyi-ui/.env.development | 4 ++-- backend/ruoyi-ui/.env.production | 4 ++-- backend/ruoyi-ui/.env.staging | 4 ++-- backend/ruoyi-ui/package.json | 2 +- backend/ruoyi-ui/src/views/index.vue | 10 +++++----- backend/ruoyi-ui/vue.config.js | 2 +- frontend/.env.development | 4 ++-- frontend/.env.production | 4 ++-- frontend/.env.staging | 4 ++-- frontend/index.html | 2 +- frontend/package.json | 2 +- frontend/src/views/index.vue | 4 ++-- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index c64092d..0db8ed8 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -10,7 +10,7 @@ ruoyi http://www.ruoyi.vip - 若依管理系统 + 图书管理系统 3.9.0 diff --git a/backend/ruoyi-admin/src/main/java/com/ruoyi/web/core/config/SwaggerConfig.java b/backend/ruoyi-admin/src/main/java/com/ruoyi/web/core/config/SwaggerConfig.java index ae1c3ec..6cffa2a 100644 --- a/backend/ruoyi-admin/src/main/java/com/ruoyi/web/core/config/SwaggerConfig.java +++ b/backend/ruoyi-admin/src/main/java/com/ruoyi/web/core/config/SwaggerConfig.java @@ -113,7 +113,7 @@ public class SwaggerConfig // 用ApiInfoBuilder进行定制 return new ApiInfoBuilder() // 设置标题 - .title("标题:若依管理系统_接口文档") + .title("标题:图书管理系统_接口文档") // 描述 .description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...") // 作者信息 diff --git a/backend/ruoyi-ui/.env.development b/backend/ruoyi-ui/.env.development index 302ecd1..6eb5a7b 100644 --- a/backend/ruoyi-ui/.env.development +++ b/backend/ruoyi-ui/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 图书管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 图书管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/backend/ruoyi-ui/.env.production b/backend/ruoyi-ui/.env.production index b4893b0..957ed4b 100644 --- a/backend/ruoyi-ui/.env.production +++ b/backend/ruoyi-ui/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 图书管理系统 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 图书管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/backend/ruoyi-ui/.env.staging b/backend/ruoyi-ui/.env.staging index 209b64e..ecaaa46 100644 --- a/backend/ruoyi-ui/.env.staging +++ b/backend/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 图书管理系统 BABEL_ENV = production @@ -8,5 +8,5 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 图书管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/backend/ruoyi-ui/package.json b/backend/ruoyi-ui/package.json index ab3bdab..b363bca 100644 --- a/backend/ruoyi-ui/package.json +++ b/backend/ruoyi-ui/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.9.0", - "description": "若依管理系统", + "description": "图书管理系统", "author": "若依", "license": "MIT", "scripts": { diff --git a/backend/ruoyi-ui/src/views/index.vue b/backend/ruoyi-ui/src/views/index.vue index 03e8c87..6deb9d0 100644 --- a/backend/ruoyi-ui/src/views/index.vue +++ b/backend/ruoyi-ui/src/views/index.vue @@ -2,9 +2,9 @@
-

若依后台管理框架

+

图书后台管理框架

- 一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了若依管理系统,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。 + 一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了图书管理系统,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。

当前版本: v{{ version }} @@ -83,9 +83,9 @@

QQ群: 满937441 满887144332 满180251782 满104180207 满186866453 满201396349 - 满101456076 满101539465 满264312783 满167385320 - 满104748341 满160110482 满170801498 满108482800 - 满101046199 满136919097 满143961921 满174951577 + 满101456076 满101539465 满264312783 满167385320 + 满104748341 满160110482 满170801498 满108482800 + 满101046199 满136919097 满143961921 满174951577 满161281055 满138988063 满151450850 满224622315 满287842588 满187944233 满228578329 满191164766 174569686 diff --git a/backend/ruoyi-ui/vue.config.js b/backend/ruoyi-ui/vue.config.js index 40e140d..8d89409 100644 --- a/backend/ruoyi-ui/vue.config.js +++ b/backend/ruoyi-ui/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') -const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题 +const name = process.env.VUE_APP_TITLE || '图书管理系统' // 网页标题 const baseUrl = 'http://localhost:8080' // 后端接口 diff --git a/frontend/.env.development b/frontend/.env.development index af9ba00..78e9fe1 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 图书管理系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 若依管理系统/开发环境 +# 图书管理系统/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/frontend/.env.production b/frontend/.env.production index cbabf89..d7836a7 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 图书管理系统 # 生产环境配置 VITE_APP_ENV = 'production' -# 若依管理系统/生产环境 +# 图书管理系统/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/frontend/.env.staging b/frontend/.env.staging index b11336d..b3d4fc3 100644 --- a/frontend/.env.staging +++ b/frontend/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 图书管理系统 # 生产环境配置 VITE_APP_ENV = 'staging' -# 若依管理系统/生产环境 +# 图书管理系统/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/frontend/index.html b/frontend/index.html index d20d02e..68e79c7 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,7 +7,7 @@ - 若依管理系统 + 图书管理系统