featï: support embed build\

This commit is contained in:
engigu
2024-01-02 11:50:54 +08:00
parent 54b6f0b977
commit 139aece563
9 changed files with 60 additions and 70 deletions
+2
View File
@@ -21,6 +21,8 @@ type Server struct {
HttpPort int
ReadTimeout time.Duration
WriteTimeout time.Duration
EmbedHtml string
}
var ServerSetting = &Server{}