add webclient v2 preview

This commit is contained in:
ljw
2024-10-15 16:11:40 +08:00
parent 62167836dc
commit 399c32da7d
91 changed files with 178224 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ func WebInit(g *gin.Engine) {
if global.Config.App.WebClient == 1 {
g.StaticFS("/webclient", http.Dir(global.Config.Gin.ResourcesPath+"/web"))
g.StaticFS("/webclient2", http.Dir(global.Config.Gin.ResourcesPath+"/web2"))
}
g.StaticFS("/_admin", http.Dir(global.Config.Gin.ResourcesPath+"/admin"))
}