更新管理后台布局,优化菜单项标签,新增支付配置项。同时,调整API响应字段命名,确保一致性,提升代码可读性和维护性。
This commit is contained in:
9
soul-api/Makefile
Normal file
9
soul-api/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
# 开发:热重载(需先安装 air: go install github.com/air-verse/air@latest)
|
||||
dev:
|
||||
air
|
||||
|
||||
# 普通运行(无热重载)
|
||||
run:
|
||||
go run ./cmd/server
|
||||
|
||||
.PHONY: dev run
|
||||
Reference in New Issue
Block a user