mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 21:18:09 +00:00
- 实现文件名点击预览功能,提升用户体验 - 移除整行点击事件,避免误操作 - 使用环境变量管理文件预览URL,提高配置灵活性 - 优化面包屑导航样式,使用系统主题色 - 清理调试代码和未使用的函数
23 lines
374 B
Bash
23 lines
374 B
Bash
# 环境
|
|
VITE_APP_ENV=development
|
|
|
|
# 项目名称
|
|
VITE_APP_TITLE=fastapiadmin
|
|
|
|
|
|
# 网络请求公用地址
|
|
VITE_API_BASE_URL=http://localhost:8001
|
|
# VITE_API_BASE_URL=https://service.fastapiadmin.com
|
|
|
|
# 代理前缀
|
|
VITE_APP_BASE_API=/api/v1
|
|
|
|
# 应用端口
|
|
VITE_APP_PORT=5180
|
|
|
|
# 超时时间
|
|
VITE_TIMEOUT=10000
|
|
|
|
# 资源管理根路径
|
|
VITE_RESOURCE_ROOT_PATH=/home/static
|