From 5f77e1da3a8a64704c76c07e1e8efbcfba26624c Mon Sep 17 00:00:00 2001 From: Peanut Date: Wed, 18 Mar 2026 00:03:37 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80=E4=B8=BA?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=20lifescript.happylifeos.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-all.sh | 8 ++++---- web-admin/deploy.sh | 2 +- web/deploy.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy-all.sh b/deploy-all.sh index 216a509..4554904 100755 --- a/deploy-all.sh +++ b/deploy-all.sh @@ -229,16 +229,16 @@ if [ "$ALL_SUCCESS" = true ]; then log_section "部署成功!" if [ "$DEPLOY_TYPE" = "backend" ] || [ "$DEPLOY_TYPE" = "all" ]; then - log_info "🔌 后端API地址: http://101.200.208.45:19089/api" - log_info "📊 WebSocket地址: ws://101.200.208.45:19089/ws" + log_info "🔌 后端API地址: https://lifescript.happylifeos.com/api" + log_info "📊 WebSocket地址: wss://lifescript.happylifeos.com/ws" fi if [ "$DEPLOY_TYPE" = "frontend" ] || [ "$DEPLOY_TYPE" = "all" ]; then - log_info "📱 前端访问地址: http://101.200.208.45/emotion-museum/" + log_info "📱 前端访问地址: https://lifescript.happylifeos.com/" fi if [ "$DEPLOY_TYPE" = "admin" ] || [ "$DEPLOY_TYPE" = "all" ]; then - log_info "🔧 管理后台地址: http://101.200.208.45/emotion-museum-admin/" + log_info "🔧 管理后台地址: https://lifescript.happylifeos.com/emotion-museum-admin/" fi echo "" diff --git a/web-admin/deploy.sh b/web-admin/deploy.sh index 3753fa0..29fdfa3 100755 --- a/web-admin/deploy.sh +++ b/web-admin/deploy.sh @@ -55,7 +55,7 @@ if scp dist/index.html "${USERNAME}@${SERVER_IP}:${REMOTE_PATH}/" && \ ssh "${USERNAME}@${SERVER_IP}" "chmod -R 755 ${REMOTE_PATH}" echo "✅ 管理后台部署完成!" - echo "📱 访问地址: http://$SERVER_IP/emotion-museum-admin/" + echo "📱 访问地址: https://lifescript.happylifeos.com/emotion-museum-admin/" echo "🔧 管理后台功能: AI配置管理、用户管理、数据统计等" else diff --git a/web/deploy.sh b/web/deploy.sh index 5f5ba82..296b353 100755 --- a/web/deploy.sh +++ b/web/deploy.sh @@ -47,7 +47,7 @@ if scp dist/index.html "${USERNAME}@${SERVER_IP}:${REMOTE_PATH}/" && \ fi echo "✅ 部署完成!" - echo "📱 访问地址: http://$SERVER_IP/emotion-museum/" + echo "📱 访问地址: https://lifescript.happylifeos.com/" else echo "❌ 部署失败,请检查:"