From 592c20cdb5551f52a45dcee0e5d7d93f30f9c8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Sat, 5 Jul 2025 21:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index d31f9ce..d976182 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,6 @@ #!/bin/bash -BRANCH_NAME="dev" +BRANCH_NAME="design-feature" # 修改项目名称 PROJECT_NAME="video-flow-frontend"