mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
feat(pages): add page theme configuration and static files
This commit is contained in:
parent
785a74dfeb
commit
8336896979
13 changed files with 477 additions and 25 deletions
|
|
@ -99,6 +99,7 @@ maxConnsPerHost = 0 # only for advanced mode 仅用于高级模式
|
|||
|
||||
[pages]
|
||||
enabled = false # 是否开启内置静态页面(Docker版本请关闭此项)
|
||||
theme = "bootstrap" # "bootstrap" or "nebula" 内置主题
|
||||
staticPath = "/data/www" # 静态页面文件路径
|
||||
|
||||
[log]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue