From 6f623d96de9af94c46d184db0f41bd0847b98f4f Mon Sep 17 00:00:00 2001 From: sususu98 Date: Fri, 12 Dec 2025 11:01:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E5=8A=A8=20API=20=E5=AF=86?= =?UTF-8?q?=E9=92=A5=E6=8F=90=E7=A4=BA=E5=88=B0=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index adfdb82..753165f 100755 --- a/setup.sh +++ b/setup.sh @@ -170,6 +170,9 @@ show_status() { echo -e "${CYAN} XCodeCLI Setup Launcher${NC}" echo -e "${CYAN}========================================${NC}" echo "" + echo -e "获取 API 密钥: ${CYAN}https://api2.xcodecli.com/console/token${NC}" + echo -e "步骤: 添加令牌 → 输入令牌名称 → 提交" + echo "" echo -e "${YELLOW}工具安装状态:${NC}" echo "" @@ -243,9 +246,6 @@ main() { if [[ -z "$api_key" ]]; then echo "" echo -e "${YELLOW}请输入 API 密钥:${NC}" - echo -e " 获取地址: ${CYAN}https://api2.xcodecli.com/console/token${NC}" - echo -e " 步骤: 添加令牌 → 输入令牌名称 → 提交" - echo "" read -r api_key if [[ -z "$api_key" ]]; then error "API 密钥不能为空"