chore: optim

This commit is contained in:
lencx
2022-12-29 19:29:33 +08:00
parent 9a9fb24de8
commit f1fa859961
6 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,8 @@ use tauri_plugin_log::{
LogTarget, LoggerBuilder,
};
fn main() {
#[tokio::main]
async fn main() {
ChatConfJson::init();
// If the file does not exist, creating the file will block menu synchronization
utils::create_chatgpt_prompts();