mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
refactor(file-view): enhance file name interaction and feat: 优化资源文件管理页面交互和配置
- 实现文件名点击预览功能,提升用户体验 - 移除整行点击事件,避免误操作 - 使用环境变量管理文件预览URL,提高配置灵活性 - 优化面包屑导航样式,使用系统主题色 - 清理调试代码和未使用的函数
This commit is contained in:
@@ -7,6 +7,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user