Add a description, image, and links to the code-fi topic page so that developers can more easily learn about it.
echo "" echo "📦 步骤1: 检查必要工具..." if ! command -v aws &> /dev/null; then echo " AWS CLI 未安装,正在安装..." if command -v brew &> /dev/null ...