From 49c95c94ae567440a632b2d060a5355388efec1f Mon Sep 17 00:00:00 2001 From: sususu98 Date: Fri, 12 Dec 2025 11:00:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20API=20=E5=AF=86?= =?UTF-8?q?=E9=92=A5=E8=8E=B7=E5=8F=96=E6=8C=87=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 98e600c..adfdb82 100755 --- a/setup.sh +++ b/setup.sh @@ -243,6 +243,9 @@ 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 密钥不能为空"