import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "@/components/ui/accordion"; import { Input } from "@/components/ui/input"; import { Textarea } from "@/components/ui/textarea"; import React from "react"; const Notify = () => { return ( <>
模板
钉钉 Yes. It adheres to the WAI-ARIA design pattern. Telegram Yes. It adheres to the WAI-ARIA design pattern. Webhook Yes. It adheres to the WAI-ARIA design pattern.
); }; export default Notify;