mirror of
https://github.com/yuruotong1/autoMate.git
synced 2026-03-22 13:07:17 +08:00
feat: change text. completed issue #16 https://github.com/yuruotong1/autoMate/issues/16
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user