chore: export

This commit is contained in:
lencx
2023-01-13 23:59:38 +08:00
parent 0eb6c559c6
commit a2fcfa3b89
6 changed files with 100 additions and 34 deletions

View File

@@ -30,7 +30,7 @@ async fn main() {
trace: Color::Cyan,
};
cmd::download_list(None, None);
cmd::download_list("chat.download.json", None, None);
let chat_conf = ChatConfJson::get_chat_conf();
@@ -76,6 +76,7 @@ async fn main() {
cmd::dalle2_window,
cmd::cmd_list,
cmd::download_list,
cmd::get_download_list,
fs_extra::metadata,
])
.setup(setup::init)