if pgrep -f "python3.*ai-chat/main.py" > /dev/null;then
echo"❌ 进程仍在运行"
else
echo"✅ AI对话系统已停止"
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.