feat: add Download Logs tab in admin panel

This commit is contained in:
mini
2026-02-18 23:24:34 +08:00
parent 27c9c87f5c
commit 4ac8cf2f66
3 changed files with 206 additions and 53 deletions

View File

@@ -89,6 +89,8 @@ class TokenResponse(BaseModel):
class DownloadLogInfo(BaseModel):
id: int
video_id: int
video_title: str = ""
video_platform: str = ""
ip: str
user_agent: str
browser: str