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 44e7c71 commit b7364d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scanner.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::path::Path;
use std::sync::mpsc::Sender;
use std::thread;
use std::{fs, path::PathBuf};
use std::path::Path;

use dirs_next as dirs;
use crate::logger; // 引入日志模块
use crate::logger;
use dirs_next as dirs; // 引入日志模块

pub fn scan_appdata(tx: Sender<(String, u64)>, folder_type: &str) {
println!("开始扫描 {} 类型的文件夹", folder_type);
Expand Down

0 comments on commit b7364d3

Please sign in to comment.