This commit is contained in:
sjk
2026-01-06 19:36:42 +08:00
parent 15b579d64a
commit 19942144fb
261 changed files with 24034 additions and 5477 deletions

9
backend/stop.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# 小红书Python服务停止脚本
# 用途:停止生产环境服务
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$SCRIPT_DIR"
# 调用生产环境脚本的stop命令
"$SCRIPT_DIR/start_prod.sh" stop