Browse Source

chore: init project

K 7 months ago
parent
commit
f66c170a32
  1. 4
      .env
  2. 2
      LICENSE
  3. 2
      package.json
  4. 2
      src/design/var/index.less
  5. 2
      src/settings/designSetting.ts

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

2
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

2
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",

2
src/design/var/index.less

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

2
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

Loading…
Cancel
Save