import { useTranslate } from '@/hooks/common-hooks'; import { Form, Switch } from 'antd'; const LayoutRecognize = () => { const { t } = useTranslate('knowledgeDetails'); return (