chore: dalle2

This commit is contained in:
lencx
2023-01-06 22:58:26 +08:00
parent 8022594ace
commit de5533d942
7 changed files with 20 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ pub fn dalle2_window(handle: &tauri::AppHandle, query: Option<String>, title: Op
WindowBuilder::new(
&app,
format!("dalle2_{}", timestamp),
WindowUrl::App("https://labs.openai.com/".into()),
WindowUrl::App("https://labs.openai.com".into()),
)
.title(title.unwrap_or_else(|| "DALL·E 2".to_string()))
.resizable(true)