实现单页文章功能

This commit is contained in:
lifei6671
2018-07-13 19:04:51 +08:00
parent 3f6555ac82
commit 96ba414dd8
13 changed files with 642 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ func RegisterModel() {
new(models.DocumentHistory),
new(models.Migration),
new(models.Label),
new(models.Blog),
)
//migrate.RegisterMigration()
}