#!/bin/bash # 为所有页面的容器添加responsive-container类 for file in pages/*.html; do echo "更新容器类: $file" # 添加responsive-container类到页面容器 sed -i '' 's/