Private
Public Access
1
0

feat: 添加 API 密钥获取指引

This commit is contained in:
2025-12-12 11:00:20 +08:00
parent 54f3ea01e2
commit 49c95c94ae

View File

@@ -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 密钥不能为空"