feat: show last update check timestamp on dashboard

This commit is contained in:
Hitonabi
2026-06-26 07:59:42 +02:00
parent 3fa23d16c6
commit 1e879ca3c4
6 changed files with 30 additions and 357 deletions
+1
View File
@@ -107,6 +107,7 @@ export interface UpdatesResp {
engine: number
models: number
model_list: { role: string; title: string; repo: string }[]
last_check?: number | null
}
export interface ConnectTool {