fix bug
This commit is contained in:
@@ -154,6 +154,7 @@ a {
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
padding: 8px 10px 12px;
|
||||
background: rgba(255, 255, 255, 0.62);
|
||||
border-radius: 14px;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
|
||||
5
scripts/build-backend.sh
Normal file
5
scripts/build-backend.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ./backend/api
|
||||
|
||||
GOARCH=amd64 GOOS=linux go build -o ../../output/heqiapp ./cmd/main/main.go
|
||||
Reference in New Issue
Block a user