refactor(file-view): enhance file name interaction and feat: 优化资源文件管理页面交互和配置

- 实现文件名点击预览功能,提升用户体验
- 移除整行点击事件,避免误操作
- 使用环境变量管理文件预览URL,提高配置灵活性
- 优化面包屑导航样式,使用系统主题色
- 清理调试代码和未使用的函数
This commit is contained in:
Guo Tiantian
2025-09-09 00:05:17 +08:00
parent 7451b1c868
commit 5fa3a3a759
3 changed files with 27 additions and 36 deletions
+1
View File
@@ -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