@@ -5,6 +5,7 @@ import (
_ "nginx-ui/server/init"
)
+// 启动一个后台服务
func main() {
beego.Run()
}
@@ -10,6 +10,8 @@ import (
+// 桌面应用
+//
//go:embed all:frontend/dist
var assets embed.FS