From 8aaec10d74855539f1d9cb1a3a464163b98f5613 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sat, 16 May 2026 11:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BE=93=E5=87=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E5=8C=BA=E5=88=86=E5=90=88=E5=B9=B6=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .winboll/bashMergeProjects-to-Projects_Keeper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.winboll/bashMergeProjects-to-Projects_Keeper.sh b/.winboll/bashMergeProjects-to-Projects_Keeper.sh index 6945ddb..0f1bff7 100644 --- a/.winboll/bashMergeProjects-to-Projects_Keeper.sh +++ b/.winboll/bashMergeProjects-to-Projects_Keeper.sh @@ -160,7 +160,7 @@ echo -e "## 对象列表结束 MERGE_APP_PROJECT_LIST=( DemoAPP ) -echo -e "#@@@ 开始合并模块源码 @@@# +echo -e "#@@@ 开始合并应用型模块源码 @@@# ## 目标合并对象列表:" for item in "${MERGE_APP_PROJECT_LIST[@]}"; do @@ -177,7 +177,7 @@ WinBoLL APPBase AES ) -echo -e "#@@@ 开始合并模块源码 @@@# +echo -e "#@@@ 开始合并类库型模块源码 @@@# ## 目标合并对象列表:" for item in "${MERGE_LIB_PROJECT_LIST[@]}"; do