This commit is contained in:
2026-07-31 15:53:06 +08:00
parent 3aa9519fba
commit 7e0cd360e9
2 changed files with 6 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd ./backend/api
GOARCH=amd64 GOOS=linux go build -o ../../output/heqiapp ./cmd/main/main.go