From 2daef8ffdd0984f0f639fdf80203f2f6fae1005f Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 2 Aug 2023 16:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 715be4a..edfbe68 100644 --- a/main.sh +++ b/main.sh @@ -187,7 +187,8 @@ game_update_option() { # 项目属性 if [ $action = "update" ] || [ $action = "hotfix" ]; then show_file project - read -rp "${yellow}请输入项目地址: ${NC}" project + echo -e "${blue}==============================${NC}" + read -rp "请输入项目地址: " project if [ -z "$project" ]; then echo -e "${red}项目地址不能为空,请重新输入${NC}" return @@ -195,7 +196,8 @@ game_update_option() { fi # 包属性 show_file package - read -rp "${yellow}请输入包名(不需要带文件后缀): ${NC}" package + echo -e "${blue}==============================${NC}" + read -rp "请输入包名(不需要带文件后缀):" package if [ -z "$package" ]; then echo -e "${red}包名不能为空,请重新输入${NC}" return