fix: profile-view wrong type of http request timeout value

This commit is contained in:
Tunglies
2025-05-18 00:52:22 +08:00
parent 2a897ecf8a
commit 00e3f13bc9
3 changed files with 50 additions and 30 deletions

View File

@@ -17,9 +17,13 @@ use crate::{
use anyhow::Result;
use chrono::Local;
use once_cell::sync::OnceCell;
use std::fs::{create_dir_all, File};
use std::io::Write;
use std::{fmt, path::PathBuf, sync::Arc};
use std::{
fmt,
fs::{create_dir_all, File},
io::Write,
path::PathBuf,
sync::Arc,
};
use tauri_plugin_shell::{process::CommandChild, ShellExt};
use tokio::sync::Mutex;