From 811f16d23e9360e405589b529237e698306f39a3 Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Fri, 26 Jan 2024 10:01:02 +0800 Subject: [PATCH] chore: rename --- .env | 2 +- LICENSE | 2 +- package.json | 15 +-------------- src/design/var/index.less | 2 +- src/settings/designSetting.ts | 2 +- src/views/base/login/QrCodeForm.vue | 3 ++- src/views/dashboard/workbench/components/data.ts | 2 +- 7 files changed, 8 insertions(+), 20 deletions(-) diff --git a/.env b/.env index a287671..abf516a 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ VITE_PORT = 3000 VITE_GLOB_APP_TITLE = 山东青鸟工业互联网 # 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 -VITE_GLOB_APP_SHORT_NAME = Yudao_Admin +VITE_GLOB_APP_SHORT_NAME = QNGH_Admin # 租户开关 VITE_GLOB_APP_TENANT_ENABLE = true diff --git a/LICENSE b/LICENSE index b9c65c2..71241f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-present, xingyuv +Copyright (c) 2024-present, nqgh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index bb4902d..57cc8af 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,9 @@ { - "name": "yudao-ui-admin-vben", + "name": "vue-admin-template", "type": "module", "version": "0.0.1", "packageManager": "pnpm@8.10.0", - "author": { - "name": "xingyuv", - "email": "xingyu4j@vip.qq.com", - "url": "https://gitee.com/xingyuv" - }, "license": "MIT", - "homepage": "https://gitee.com/xingyuv", - "repository": { - "type": "git", - "url": "git+https://gitee.com/xingyuv/vue-vben-admin.git" - }, - "bugs": { - "url": "https://gitee.com/xingyuv/issues" - }, "engines": { "node": ">=18.12.0", "pnpm": ">=8.10.0" diff --git a/src/design/var/index.less b/src/design/var/index.less index e208d14..8e3ec05 100644 --- a/src/design/var/index.less +++ b/src/design/var/index.less @@ -2,7 +2,7 @@ @import "easing"; @import "breakpoint"; -@namespace: xingyuv; +@namespace: qngh; // tabs @multiple-height: 30px; diff --git a/src/settings/designSetting.ts b/src/settings/designSetting.ts index 7f4bec3..0d8c78f 100644 --- a/src/settings/designSetting.ts +++ b/src/settings/designSetting.ts @@ -1,6 +1,6 @@ import { ThemeEnum } from '../enums/appEnum' -export const prefixCls = 'xingyuv' +export const prefixCls = 'qngh' export const multipleTabHeight = 30 diff --git a/src/views/base/login/QrCodeForm.vue b/src/views/base/login/QrCodeForm.vue index 4118ec0..949fef6 100644 --- a/src/views/base/login/QrCodeForm.vue +++ b/src/views/base/login/QrCodeForm.vue @@ -7,7 +7,8 @@ import { useI18n } from '@/hooks/web/useI18n' import loginImg from '@/assets/images/logo.png' -const qrCodeUrl = 'https://vben.xingyuv.com/login' +// Login QR code +const qrCodeUrl = '' const { t } = useI18n() const { handleBackLogin, getLoginState } = useLoginState() diff --git a/src/views/dashboard/workbench/components/data.ts b/src/views/dashboard/workbench/components/data.ts index abad974..c679aac 100644 --- a/src/views/dashboard/workbench/components/data.ts +++ b/src/views/dashboard/workbench/components/data.ts @@ -26,7 +26,7 @@ export const dynamicInfoItems: DynamicInfoItem[] = [ }, { avatar: 'dynamic-avatar-4', - name: 'XingyuV', + name: 'Kay', date: '2天前', desc: '发表文章 如何编写一个Vite插件 ', },