docs(scripts): Gitea 克隆 502 排查、Nginx 要点、离线 bundle 与 Windows 克隆批处理

Made-with: Cursor
This commit is contained in:
卡若
2026-03-27 17:14:51 +08:00
parent 6aa0d27da1
commit 04d9198df2
4 changed files with 154 additions and 1 deletions

View File

@@ -943,7 +943,7 @@ func DBUserTracksList(c *gin.Context) {
"id": t.ID, "action": t.Action, "actionLabel": userTrackActionLabelCN(t.Action),
"target": target, "chapterTitle": chTitle, "module": module,
"moduleLabel": userTrackModuleLabelCN(module),
"createdAt": t.CreatedAt, "timeAgo": humanTimeAgoCN(createdAt),
"createdAt": t.CreatedAt, "timeAgo": humanTimeAgoCN(createdAt),
})
}
c.JSON(http.StatusOK, gin.H{"success": true, "tracks": out, "total": len(out)})