From c0b11436fd4c41bc13d35c9e21d47cbf10bfca79 Mon Sep 17 00:00:00 2001 From: Del Wang Date: Wed, 28 May 2025 23:04:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=B7=BB=E5=8A=A0=E7=AD=89=E5=BE=85=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/kws/boot.sh | 4 ++++ packages/client-rust/boot.sh | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/kws/boot.sh b/examples/kws/boot.sh index f4ac7d0..a66f0ac 100644 --- a/examples/kws/boot.sh +++ b/examples/kws/boot.sh @@ -13,6 +13,10 @@ EOF set -e +echo "🤫 等待网络连接中... (30s)" + +sleep 30 + MIN_SPACE_MB=32 DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-kws" diff --git a/packages/client-rust/boot.sh b/packages/client-rust/boot.sh index ccbbdf9..8faed4c 100644 --- a/packages/client-rust/boot.sh +++ b/packages/client-rust/boot.sh @@ -13,8 +13,9 @@ EOF set -e -echo "🤫 等待连接网络中..." -sleep 10 +echo "🤫 等待网络连接中... (30s)" + +sleep 30 DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"