From c35b0751ca934f65ae0e33bfe9fe58dfa4cd5939 Mon Sep 17 00:00:00 2001 From: xujiang Date: Wed, 9 Jul 2025 09:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=20cicd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Makefile b/frontend/Makefile index 3cb58fd..04356b2 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -13,7 +13,7 @@ BUILD_DIR = .next # 帮助信息 help: ## 显示帮助信息 - @echo "$(PROJECT_NAME) - 摄影作品集前端项目" + @echo "$(PROJECT_NAME) - 摄影作品集前端项目 " @echo "" @echo "可用命令:" @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-15s\033[0m %s\n", $$1, $$2}'