From fc5edb7578655a25387b39f4b3585016c4491790 Mon Sep 17 00:00:00 2001 From: zhouyulong <2974461645@qq.com> Date: Thu, 12 Feb 2026 15:03:34 +0800 Subject: [PATCH] 1 --- .env.development | 4 +- .env.production | 4 +- .env.staging | 4 +- .github/FUNDING.yml | 2 +- LICENSE | 2 +- README.md | 24 +- package.json | 10 +- src/api/system/user.js | 2 +- src/assets/styles/index.scss | 2 +- src/assets/styles/ruoyi.scss | 308 ----- src/components/FileUpload/index.vue | 402 +++--- src/components/HeaderSearch/index.vue | 375 +++--- src/components/ImageUpload/index.vue | 404 +++--- src/components/RuoYi/Doc/index.vue | 8 +- src/components/RuoYi/Git/index.vue | 10 +- src/directive/common/copyText.js | 2 +- src/directive/permission/hasPermi.js | 8 +- src/directive/permission/hasRole.js | 8 +- src/layout/components/Navbar.vue | 389 +++--- src/layout/components/Sidebar/SidebarItem.vue | 136 +- src/layout/components/TagsView/index.vue | 566 ++++---- src/main.js | 2 +- src/plugins/download.js | 2 +- src/router/index.js | 4 +- src/settings.js | 4 +- src/utils/index.js | 18 +- src/utils/request.js | 72 +- src/utils/ruoyi.js | 228 ---- src/views/index.vue | 1160 +---------------- src/views/monitor/job/index.vue | 508 ++++---- src/views/tool/gen/editTable.vue | 171 ++- src/views/tool/gen/genInfoForm.vue | 165 +-- src/views/tool/gen/index.vue | 398 +++--- vite.config.js | 11 +- vite/plugins/compression.js | 2 +- 35 files changed, 1771 insertions(+), 3644 deletions(-) delete mode 100644 src/assets/styles/ruoyi.scss delete mode 100644 src/utils/ruoyi.js diff --git a/.env.development b/.env.development index 2744ed2..95bd025 100644 --- a/.env.development +++ b/.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/.env.production b/.env.production index d857bba..ed9869b 100644 --- a/.env.production +++ b/.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/.env.staging b/.env.staging index fa7c357..0427656 100644 --- a/.env.staging +++ b/.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/.github/FUNDING.yml b/.github/FUNDING.yml index fbcab77..298a79f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: http://doc.ruoyi.vip/ruoyi-vue/other/donate.html +custom: http://doc.mmxt.vip/mmxt-vue/other/donate.html diff --git a/LICENSE b/LICENSE index 8564f29..6967c06 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 RuoYi +Copyright (c) 2018 mmxt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 860323c..7d8633c 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@