mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
add mino theme
This commit is contained in:
parent
ed839b828d
commit
bcb73c18de
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -130,6 +130,8 @@ func loadEmbeddedPages(cfg *config.Config) (fs.FS, error) {
|
|||
pages, err = fs.Sub(pagesFS, "pages/metro")
|
||||
case "classic":
|
||||
pages, err = fs.Sub(pagesFS, "pages/classic")
|
||||
case "mino":
|
||||
pages, err = fs.Sub(pagesFS, "pages/mino")
|
||||
default:
|
||||
pages, err = fs.Sub(pagesFS, "pages/bootstrap") // 默认主题
|
||||
logWarning("Invalid Pages Theme: %s, using default theme 'bootstrap'", cfg.Pages.Theme)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue