From 099e3ec78bbec91e56064e939e7e720b0e53b0a2 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Thu, 22 Jan 2026 16:46:50 +0800 Subject: [PATCH] first-commmit --- .env | 21 +++++++++++++++++++++ .env.development | 10 ++++++++++ .env.production | 10 ++++++++++ .gitignore | 9 --------- README.md | 30 ------------------------------ README.zh-CN.md | 24 ------------------------ 6 files changed, 41 insertions(+), 63 deletions(-) create mode 100644 .env create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env b/.env new file mode 100644 index 0000000..6b854e2 --- /dev/null +++ b/.env @@ -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 diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..3532770 --- /dev/null +++ b/.env.development @@ -0,0 +1,10 @@ +# 【开发】环境变量 + +# 网站地址前缀 +VITE_BASE_URL = / + +# API 地址前缀 +VITE_API_URL = https://cmp-api.boss160.cn + +# Delete console +VITE_DROP_CONSOLE = false diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..83438fb --- /dev/null +++ b/.env.production @@ -0,0 +1,10 @@ +# 【生产】环境变量 + +# 网站地址前缀 +VITE_BASE_URL = + +# API 地址前缀 +VITE_API_URL = https://cmp-api.boss160.cn + +# Delete console +VITE_DROP_CONSOLE = true diff --git a/.gitignore b/.gitignore index beca0f6..e6dae81 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index ee86ec8..5814dd1 100644 --- a/README.md +++ b/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 - -![Light Theme](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover1.png) - -![Light Theme](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover2.png) - -### Dark Theme - -![Dark Theme](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover3.png) - -![Dark Theme](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover4.png) - -## 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: 821834289 (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! - -![Donation QR Code](https://www.qiniu.lingchen.kim/%E7%BB%84%202%402x%202.png) diff --git a/README.zh-CN.md b/README.zh-CN.md index 6a4d665..8c443a4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -4,20 +4,6 @@ 作为一名开发者,我在多个项目中需要搭建后台管理系统,但发现传统系统在用户体验和视觉设计上不能完全满足需求。因此,我创建了 Art Design Pro,一款专注于用户体验和快速开发的开源后台管理解决方案。基于 ElementPlus 设计规范,进行了视觉上的精心优化,提供更美观、更实用的前端界面,帮助你轻松构建高质量的后台系统。 -## 演示图 - -### 浅色主题 - -![浅色主题](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover1.png) - -![浅色主题](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover2.png) - -### 暗黑主题 - -![暗黑主题](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover3.png) - -![暗黑主题](https://www.qiniu.lingchen.kim/art_design_pro_readme_cover4.png) - ## 特点 - 使用最新技术栈 @@ -72,13 +58,3 @@ pnpm dev # 生产环境打包 pnpm build ``` - -## 技术支持 - -QQ群:821834289(点击链接加入群聊) - -## 捐赠 - -如果我的项目对你有所帮助,欢迎捐赠支持!你的支持将用于购买 ChatGPT、Cursor 等工具,以提升开发效率,让项目变得更好。感谢你的鼓励与支持! - -![捐赠二维码](https://www.qiniu.lingchen.kim/%E7%BB%84%202%402x%202.png)