Add modified_time field to Resource model and update logic for tracking modifications

This commit is contained in:
2025-09-27 16:22:04 +08:00
parent c131f48448
commit e117a2e708
3 changed files with 11 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ type Resource struct {
Views uint
Downloads uint
Comments uint
ModifiedTime time.Time
}
type Link struct {