import { Form, Switch, Input, InputNumber, Tooltip } from 'antd'; import { QuestionCircleOutlined } from '@ant-design/icons'; import SwitchOrigin from '@/components/SwitchOrigin'; import { DISABLE_AUTO_COMPLETE } from '@/utils'; const PopupSearchLabel = () => { return ( Pop-up Search{' '}
Generate images according to the content: Select the ChatGPT content with the mouse, no more than 400 characters. the DALLĀ·E 2 button appears, and click to jump (Note: because the search content filled by the script cannot trigger the event directly, you need to enter a space in the input box to make the button clickable).
The application is built using Tauri, and due to its security restrictions, some of the action buttons will not work, so we recommend going to your browser.
} >
); }; const MainCloseLabel = () => { return ( Close Exit{' '} ); }; export default function MainWindow() { return ( <> } name="popup_search" valuePropName="checked"> } name="main_close" valuePropName="checked"> ); }