import { Box, Container, Typography } from '@mui/material'; import WarningIcon from '@mui/icons-material/Warning'; interface ErrorDisplayProps { error: string; } export default function ErrorDisplay({ error }: ErrorDisplayProps) { return ( {error} 存储清理功能仅适用于标准网页 ); }