feat: update list view

This commit is contained in:
Rogee
2024-12-16 23:09:46 +08:00
parent 71c285b892
commit c43ebf78e8
4 changed files with 28 additions and 9 deletions

1
backend/.gitignore vendored
View File

@@ -1,3 +1,4 @@
bin/*
vendor/
__debug_bin*
backend

View File

@@ -17,7 +17,7 @@ dist:
.PHONY: release
release:
@go build -ldflags=${flags} -o bin/release/atom
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/release/app .
@cp config.toml bin/release/
.PHONY: test
@@ -47,4 +47,4 @@ mdown:
.PHONY: model
model:
go test -run ^Test_GenModel
go test -run ^Test_GenModel