feat: add announcement feature with admin management and home page display
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
Build and Push Docker Image / deploy (push) Successful in 7s

This commit is contained in:
nuyue
2026-07-16 15:28:37 +08:00
parent c94641cda0
commit 43009ec3b9
9 changed files with 426 additions and 5 deletions
+1
View File
@@ -82,6 +82,7 @@ func AutoMigrate() {
&models.Article{},
&models.Banner{},
&models.PaymentChannel{},
&models.Announcement{},
)
if err != nil {
log.Fatalf("Failed to migrate database: %v", err)