config: 更新部署脚本访问地址为域名 lifescript.happylifeos.com

This commit is contained in:
2026-03-18 00:03:37 +08:00
parent 2fc4c29c81
commit 5f77e1da3a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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