替换数据文件名称

This commit is contained in:
lubeilin
2023-05-29 12:46:06 +08:00
parent 38f28e313c
commit 9e700b3094
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ pub fn get_home() -> PathBuf {
pub fn get_runtime_data_path() -> PathBuf {
let home = get_home();
home.join("config")
home.join(".data")
}
fn read_runtime_data() -> io::Result<RuntimeData> {
+1
View File
@@ -171,6 +171,7 @@ pub async fn main0(base_args: BaseArgs) {
}
Err(e) => {
log::error!("{:?}", e);
println!("停止失败:{}",e);
}
}
pause();