diff --git a/src-tauri/src/backend/fast_clean.rs b/src-tauri/src/backend/fast_clean.rs index a092d6c..1f4d3f2 100644 --- a/src-tauri/src/backend/fast_clean.rs +++ b/src-tauri/src/backend/fast_clean.rs @@ -19,6 +19,7 @@ fn get_fast_cleaning_configs() -> Vec { Some(10), true, )); + configs.push(CleaningConfig::new("回收站", "C:\\$Recycle.Bin", None, false)); configs.push(CleaningConfig::new( "内核转储文件", "C:\\Windows\\LiveKernelReports",