Browse Source

chore: rename

main
刘凯 1 year ago
parent
commit
811f16d23e
  1. 2
      .env
  2. 2
      LICENSE
  3. 15
      package.json
  4. 2
      src/design/var/index.less
  5. 2
      src/settings/designSetting.ts
  6. 3
      src/views/base/login/QrCodeForm.vue
  7. 2
      src/views/dashboard/workbench/components/data.ts

2
.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

2
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

15
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"

2
src/design/var/index.less

@ -2,7 +2,7 @@
@import "easing";
@import "breakpoint";
@namespace: xingyuv;
@namespace: qngh;
// tabs
@multiple-height: 30px;

2
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

3
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()

2
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: '发表文章 <a>如何编写一个Vite插件</a> ',
},