first-commmit
This commit is contained in:
21
.env
Normal file
21
.env
Normal file
@@ -0,0 +1,21 @@
|
||||
# 【通用】环境变量
|
||||
|
||||
# 版本号
|
||||
VITE_VERSION = 2.4.1.1
|
||||
# 端口号
|
||||
VITE_PORT = 3006
|
||||
|
||||
# 网站地址前缀
|
||||
VITE_BASE_URL =
|
||||
|
||||
# API 地址前缀
|
||||
VITE_API_URL = https://cmp-api.boss160.cn
|
||||
|
||||
# 权限模式( frontend | backend )
|
||||
VITE_ACCESS_MODE = frontend
|
||||
|
||||
# 是否打开路由信息
|
||||
VITE_OPEN_ROUTE_INFO = false
|
||||
|
||||
# 锁屏加密密钥
|
||||
VITE_LOCK_ENCRYPT_KEY = jfsfjk1938jfj
|
||||
10
.env.development
Normal file
10
.env.development
Normal file
@@ -0,0 +1,10 @@
|
||||
# 【开发】环境变量
|
||||
|
||||
# 网站地址前缀
|
||||
VITE_BASE_URL = /
|
||||
|
||||
# API 地址前缀
|
||||
VITE_API_URL = https://cmp-api.boss160.cn
|
||||
|
||||
# Delete console
|
||||
VITE_DROP_CONSOLE = false
|
||||
10
.env.production
Normal file
10
.env.production
Normal file
@@ -0,0 +1,10 @@
|
||||
# 【生产】环境变量
|
||||
|
||||
# 网站地址前缀
|
||||
VITE_BASE_URL =
|
||||
|
||||
# API 地址前缀
|
||||
VITE_API_URL = https://cmp-api.boss160.cn
|
||||
|
||||
# Delete console
|
||||
VITE_DROP_CONSOLE = true
|
||||
9
.gitignore
vendored
9
.gitignore
vendored
@@ -5,12 +5,6 @@ dist-ssr
|
||||
*.local
|
||||
.cursorrules
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.development
|
||||
.env.production
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
@@ -18,6 +12,3 @@ dist-ssr
|
||||
# Logs
|
||||
*.log
|
||||
npminstall-debug.log
|
||||
|
||||
# Temp files
|
||||
nul
|
||||
|
||||
30
README.md
30
README.md
@@ -1,25 +1,5 @@
|
||||
English | [简体中文](./README.zh-CN.md)
|
||||
|
||||
## About Art Design Pro
|
||||
|
||||
As a developer, I needed to build admin management systems for multiple projects but found that traditional systems couldn't fully meet the requirements for user experience and visual design. Therefore, I created Art Design Pro, an open-source admin management solution focused on user experience and rapid development. Based on the ElementPlus design specifications, it has been visually optimized to provide a more beautiful and practical front-end interface, helping you easily build high-quality admin systems.
|
||||
|
||||
## Demo Images
|
||||
|
||||
### Light Theme
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Dark Theme
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- Uses the latest technology stack
|
||||
- Built-in common business component templates
|
||||
- Provides multiple theme modes and customizable themes
|
||||
@@ -67,13 +47,3 @@ pnpm dev
|
||||
# Build for production
|
||||
pnpm build
|
||||
```
|
||||
|
||||
## Technical Support
|
||||
|
||||
QQ Group: <a href="https://qm.qq.com/cgi-bin/qm/qr?k=Gg6yzZLFaNgmRhK0T5Qcjf7-XcAFWWXm&jump_from=webapi&authKey=YpRKVJQyFKYbGTiKw0GJ/YQXnNF+GdXNZC5beQQqnGZTvuLlXoMO7nw5fNXvmVhA">821834289</a> (Click the link to join the group chat)
|
||||
|
||||
## Donation
|
||||
|
||||
If my project has been helpful to you, donations are welcome! Your support will be used to purchase tools like ChatGPT, Cursor, etc., to improve development efficiency and make the project even better. Thank you for your encouragement and support!
|
||||
|
||||

|
||||
|
||||
@@ -4,20 +4,6 @@
|
||||
|
||||
作为一名开发者,我在多个项目中需要搭建后台管理系统,但发现传统系统在用户体验和视觉设计上不能完全满足需求。因此,我创建了 Art Design Pro,一款专注于用户体验和快速开发的开源后台管理解决方案。基于 ElementPlus 设计规范,进行了视觉上的精心优化,提供更美观、更实用的前端界面,帮助你轻松构建高质量的后台系统。
|
||||
|
||||
## 演示图
|
||||
|
||||
### 浅色主题
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 暗黑主题
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 特点
|
||||
|
||||
- 使用最新技术栈
|
||||
@@ -72,13 +58,3 @@ pnpm dev
|
||||
# 生产环境打包
|
||||
pnpm build
|
||||
```
|
||||
|
||||
## 技术支持
|
||||
|
||||
QQ群:<a href="https://qm.qq.com/cgi-bin/qm/qr?k=Gg6yzZLFaNgmRhK0T5Qcjf7-XcAFWWXm&jump_from=webapi&authKey=YpRKVJQyFKYbGTiKw0GJ/YQXnNF+GdXNZC5beQQqnGZTvuLlXoMO7nw5fNXvmVhA">821834289</a>(点击链接加入群聊)
|
||||
|
||||
## 捐赠
|
||||
|
||||
如果我的项目对你有所帮助,欢迎捐赠支持!你的支持将用于购买 ChatGPT、Cursor 等工具,以提升开发效率,让项目变得更好。感谢你的鼓励与支持!
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user