This commit is contained in:
HelloBojack
2024-07-15 16:00:25 +08:00
parent 64b81a975e
commit 97fbfed41e

View File

@@ -56,7 +56,7 @@ export default function Search(): JSX.Element {
<section className="text-center text-slate-600 text-xs mt-2 no-drag select-none">
<div>
autoMate V{version}
<span className="text-blue-600 cursor-pointer" onClick={() => window.api.openWindow('config')}></span>
<span className="text-blue-600 cursor-pointer" onClick={() => window.api.openWindow('config')}>AI API</span>
</div>
{updateInfo === '成功' && <Button type="primary" onClick={() => window.api.restartApp()}></Button>}
</section>