feat: 根据输入的参数,显示不同的内容

This commit is contained in:
liburdi
2024-10-22 13:52:33 +08:00
parent 0c35928eee
commit 265842feeb
2 changed files with 9 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ help:
.PHONY: all build clean help
local.run:
go mod vendor&& npm --prefix ./ui install && npm --prefix ./ui run build && go run main.go serve
go mod vendor&& npm --prefix ./ui install && npm --prefix ./ui run build && go run main.go serve --http 127.0.0.1:8090