From e13f0b54c1cf71b7df653649bc2baed90082cc84 Mon Sep 17 00:00:00 2001 From: discountry Date: Wed, 24 Sep 2025 23:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E6=B7=BB=E5=8A=A0=20AsterDex=20API=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=93=BE=E6=8E=A5=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E8=BE=93=E5=85=A5=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index cadfb7d..c7cbeeb 100644 --- a/setup.sh +++ b/setup.sh @@ -107,6 +107,8 @@ install_deps() { prompt_env() { echo echo "请输入 AsterDex API 凭证。" + echo "如果你还没有 API,请打开以下链接创建后再继续:" + echo "https://www.asterdex.com/zh-CN/api-management" while true; do read -r -p "请输入 ASTER_API_KEY: " ASTER_API_KEY < /dev/tty [ -n "${ASTER_API_KEY:-}" ] && break