import { Form, Switch, Input, Tooltip } from 'antd'; import { QuestionCircleOutlined } from '@ant-design/icons'; import { DISABLE_AUTO_COMPLETE } from '@/utils'; import SwitchOrigin from '@/components/SwitchOrigin'; const UALabel = () => { return ( User Agent (SystemTray){' '} For a better experience, we recommend using the Mobile User-Agent.} > ); }; export default function TrayWindow() { return ( <> } name="ua_tray"> ); }