Skip to content

Commit

Permalink
删除测试文件
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Dec 11, 2024
1 parent bc466bf commit 90ce030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
26 changes: 0 additions & 26 deletions folders_description.yaml

This file was deleted.

1 change: 1 addition & 0 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ impl eframe::App for AppDataCleaner {
Err(e) => {
if !self.yaml_error_logged {
eprintln!("加载 YAML 文件失败: {}", e);
logger::log_error(&format!("加载 YAML 文件失败: {}", e));
self.yaml_error_logged = true; // 记录错误,避免重复输出
}
}
Expand Down

0 comments on commit 90ce030

Please sign in to comment.