🔧工具(deps): add deps: vite-plugin-html

This commit is contained in:
2024-03-21 14:01:53 +08:00
parent c0ea4c40b0
commit 2b1c06608b
7 changed files with 298 additions and 116 deletions

View File

@@ -1,10 +1,12 @@
# 生产环境配置
VITE_NODE_ENV= 'production'
# 生产环境
VITE_APP_BASE_API = '/api'
# 页面 title 前缀
VITE_APP_TITLE=生产环境
# 网络请求公用地址
VITE_API_BASE_URL=''
# 生产环境配置
VITE_NODE_ENV= 'production'
# 生产环境
VITE_APP_BASE_API = '/api'
# 页面 title 前缀
VITE_APP_TITLE=生产环境
# 网络请求公用地址
VITE_API_BASE_URL=''
VITE_TITLE_NAME='五味子云相册'