diff --git a/.env b/.env index 75fa94db..aafae32e 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_PORT = 3000 # 网站标题 -VITE_GLOB_APP_TITLE = AdminWebTemplate +VITE_GLOB_APP_TITLE = 资产管理系统 # 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 -VITE_GLOB_APP_SHORT_NAME = Admin_Web_Template +VITE_GLOB_APP_SHORT_NAME = EAM_WEB diff --git a/LICENSE b/LICENSE index 840a6cba..24208c69 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024-present, admin-web-template +Copyright (c) 2024-present, eam-web 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 a4d11aa5..8367a3ef 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "admin-web-template", + "name": "eam-web", "type": "module", "version": "0.1.0-beta.0", "packageManager": "pnpm@8.10.0", diff --git a/src/design/var/index.less b/src/design/var/index.less index beaa7766..8dcceb60 100644 --- a/src/design/var/index.less +++ b/src/design/var/index.less @@ -2,7 +2,7 @@ @import "easing"; @import "breakpoint"; -@namespace: charing; +@namespace: eam; // tabs @multiple-height: 30px; diff --git a/src/settings/designSetting.ts b/src/settings/designSetting.ts index d361be1c..2e730510 100644 --- a/src/settings/designSetting.ts +++ b/src/settings/designSetting.ts @@ -1,6 +1,6 @@ import { ThemeEnum } from '../enums/appEnum' -export const prefixCls = 'charing' +export const prefixCls = 'eam' export const multipleTabHeight = 30