mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
refactor(module): 重构模块结构和代码生成模板
- 删除废弃的ticket和version模块相关代码 - 将resource模块从system迁移到monitor - 移除前端资源管理相关配置 - 重构代码生成模板路径和配置 - 修复CRUD基类初始化参数问题 - 优化模板工具类路径处理 - 更新基础模型字段和配置
This commit is contained in:
@@ -19,8 +19,5 @@ VITE_APP_PORT=5180
|
||||
# 超时时间
|
||||
VITE_TIMEOUT=10000
|
||||
|
||||
# 资源管理根路径
|
||||
VITE_RESOURCE_ROOT_PATH=/home/static
|
||||
|
||||
# WebSocket 端点(不配置则关闭)
|
||||
VITE_APP_WS_ENDPOINT=ws://127.0.0.1:8001
|
||||
|
||||
Reference in New Issue
Block a user