import React from 'react' import { AlertCircle } from "lucide-react" import { Alert, AlertDescription, AlertTitle, } from "@/components/ui/alert" export default function AlertWeb() { return (
注意 Waring 该网站仅供个人学习使用 This website is for personal learning purposes only
) }