增加adminlte库

This commit is contained in:
lwch
2021-10-13 10:17:31 +08:00
parent 71fc0692c7
commit b6a1d4a8df
6 changed files with 24 additions and 1 deletions
+2
View File
@@ -11,5 +11,7 @@ LDFLAGS="-X 'main._GIT_HASH=$HASH'
go run contrib/bindata/main.go -pkg shell -o code/client/tunnel/shell/assets.go \
-prefix html/shell "$@" html/shell/...
go run contrib/bindata/main.go -pkg dashboard -o code/client/dashboard/assets.go \
-prefix html/dashboard "$@" html/dashboard/...
CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -o bin/np-svr code/server/*.go
CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -o bin/np-cli code/client/*.go