add customize style / script

This commit is contained in:
微凉
2021-11-14 14:37:26 +08:00
parent 0f93d2bfed
commit 0dffb9aaa1
4 changed files with 39 additions and 6 deletions

View File

@ -37,5 +37,10 @@ var (
// settings
var (
CheckParent bool
)
RawIndexHtml string
IndexHtml string
CheckParent bool
//CustomizeStyle string
//CustomizeScript string
//Favicon string
)