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 b7364d3 commit bc466bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion folders_description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ Roaming:
Mozilla: "Firefox"
#firefox: "Mozilla Firefox 浏览器配置文件"
clash_win: "Clash for Windows 配置文件"
RustDesk: "RustDesk 配置文件"
VMWare: "VMWare 配置文件"
Motrix: "Motrix 配置文件"
zen: "Zen 网络配置"
Local:
# 示例:文件夹名: "描述"
BCUT: "必剪数据"
Temp: "系统临时文件"
myapp: "自定义应用配置文件"
Expand All @@ -20,4 +22,5 @@ Local:
Obsidian: "Obsidian 安装位置"
zen: "Zen 浏览器用户数据"
rustdesk: "RustDesk 用户数据"
LocalLow:
LocalLow:
# 示例:文件夹名: "描述"
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ mod confirmation; // 确认删除模块
mod delete; // 引入删除模块
mod ignore; // 引入忽略模块
mod logger; // 引入日志模块
mod move_module;
mod open;
mod move_module; // 移动文件夹,使用 mklink 指令
mod open; // 调用资源管理器打开文件夹
mod scanner; // 引入扫盘模块
mod ui; // 引入 ui 模块
mod utils; // 文件夹大小计算模块
mod yaml_loader;
mod yaml_loader; // 文件描述

use ui::AppDataCleaner;

Expand Down

0 comments on commit bc466bf

Please sign in to comment.