chore: update docs

This commit is contained in:
Jacky 2025-02-05 18:45:07 +08:00
parent cb4977e5ab
commit 071c22a881
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
8 changed files with 8 additions and 0 deletions

View file

@ -31,5 +31,6 @@ pnpm build
請在專案的根資料夾執行以下命令。
```shell
go generate
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
```