mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(operation_log): 新增登录位置和处理时间字段
在操作日志中新增登录位置和处理时间字段,以提供更详细的日志信息。同时优化了IP地址归属地获取逻辑,并调整了日志展示界面的列宽。
This commit is contained in:
Vendored
+2
@@ -26,6 +26,8 @@ DOCS_URL = "/docs" # Swagger UI路径
|
||||
REDOC_URL = "/redoc" # ReDoc路径
|
||||
ROOT_PATH = "/api/v1" # API路由前缀
|
||||
|
||||
DEMO_ENABLE = False # 是否启用演示模式
|
||||
|
||||
# 数据库配置
|
||||
DB_DRIVER = "sqlite" # sqlite、mysql、postgresql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user