chore: export

This commit is contained in:
lencx
2023-01-13 01:18:40 +08:00
parent e24fd6a33f
commit e473268df1
8 changed files with 153 additions and 30 deletions

View File

@@ -30,6 +30,8 @@ async fn main() {
trace: Color::Cyan,
};
cmd::download_list(None, None);
let chat_conf = ChatConfJson::get_chat_conf();
let mut builder = tauri::Builder::default()
@@ -73,6 +75,7 @@ async fn main() {
cmd::window_reload,
cmd::dalle2_window,
cmd::cmd_list,
cmd::download_list,
fs_extra::metadata,
])
.setup(setup::init)