feat(pages): add page theme configuration and static files

This commit is contained in:
WJQSERVER 2025-02-18 10:19:11 +08:00
parent 785a74dfeb
commit 8336896979
13 changed files with 477 additions and 25 deletions

View file

@ -13,6 +13,7 @@ maxConnsPerHost = 0 # only for advanced mode
[pages]
enabled = false
theme = "bootstrap" # "bootstrap" or "nebula"
staticDir = "/usr/local/ghproxy/pages"
[log]