增加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
+1 -1
View File
@@ -60,7 +60,7 @@ func main() {
func bindata() {
cmd := exec.Command("go", "run", "contrib/bindata/main.go",
"-pkg", "shell",
"-o", "code/client/shell/assets.go",
"-o", "code/client/tunnel/shell/assets.go",
"-prefix", "html/shell",
"html/shell/...")
cmd.Stdout = os.Stdout
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long