#!/bin/bash # 清空 Laravel 缓存,避免旧的语言缓存/配置缓存导致错误 cd /var/www/onebot rm -rf storage/framework/cache/data/* 2>/dev/null rm -rf storage/framework/views/* 2>/dev/null rm -f bootstrap/cache/config.php bootstrap/cache/routes*.php 2>/dev/null echo "=== HTTP 状态 ===" curl -s -o /dev/null -w "HTTP=%{http_code}\n" http://127.0.0.1:8081/ echo "=== 页面标题 ===" curl -s http://127.0.0.1:8081/ | grep -oE "