chore: dalle2

This commit is contained in:
lencx
2023-01-06 14:39:25 +08:00
parent d0df8df108
commit 8c2303dec9
9 changed files with 86 additions and 41 deletions

View File

@@ -26,7 +26,7 @@ export default function ChatLayout() {
})
const checkAppUpdate = async () => {
await invoke('run_check_update', { silent: false });
await invoke('run_check_update', { silent: false, hasMsg: true });
}
return (