Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 505 Bytes

README_CN.md

File metadata and controls

41 lines (25 loc) · 505 Bytes

GoAdmin 官方主题

如何使用

  • 导入主题
  • 在全局配置中设置
package main

import (
	...
	_ "github.com/kotovmak/themes/adminlte"
	...
)

func main()  {
	
	...
	
	cfg := config.Config{
    		...
    		
    		Theme: "adminlte",
    		
    		...
    	}
	
	...
 
}

如何修改,自定义

使用每个主题下面的 Makefile 命令