第一次提交

This commit is contained in:
rjb
2026-01-19 00:09:36 +08:00
parent de4b5059e9
commit 6674060f2f
191 changed files with 40940 additions and 0 deletions

9
stop.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# 低代码智能体平台停止脚本
echo "🛑 停止低代码智能体平台服务..."
docker-compose -f docker-compose.dev.yml down
echo "✅ 服务已停止"