feat: static file router

This commit is contained in:
Noah Hsu
2022-08-28 23:13:03 +08:00
parent e5480b99be
commit d267c43556
7 changed files with 103 additions and 11 deletions

View File

@ -22,3 +22,8 @@ var (
// StoragesLoaded loaded success if empty
StoragesLoaded = false
)
var (
RawIndexHtml string
ManageHtml string
IndexHtml string
)