mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-08 00:14:26 +08:00
1、新增标签页面
2、优化显示效果
This commit is contained in:
@@ -85,5 +85,6 @@ func init() {
|
||||
beego.Router("/search",&controllers.SearchController{},"get:Index")
|
||||
|
||||
beego.Router("/tag/:key", &controllers.LabelController{},"get:Index")
|
||||
beego.Router("/tags", &controllers.LabelController{},"get:List")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user