feat: add deps page

This commit is contained in:
engigu
2025-12-23 23:02:47 +08:00
parent 08f42778a6
commit 07259ae00d
11 changed files with 546 additions and 918 deletions
+1
View File
@@ -14,5 +14,6 @@ func Migrate() error {
&models.Setting{},
&models.LoginLog{},
&models.SendStats{},
&models.Dependency{},
)
}