跳转到主要内容
C&C 清理可以定时循环清理文件、目录

配置

配置可以 导出/导入 来进行原始文件编辑或分享配置
名称 Name
string
必填
配置文件名称
作者 Author
string
必填
配置文件作者
版本 Version
string
必填
配置文件版本
信息配置对功能无任何作用,仅用于标记配置信息
调试模式 Debug
boolean
必填
输出更多日志以排查问题
多用户支持 MultiUser
boolean
默认值:"false (当非 root 时强制)"
必填
root 可用处理当前设备上多个用户上的数据
循环间隔 Time
duration
必填
格式遵守 time.ParseDuration每次清理的间隔
清理软件缓存 AppCache
boolean
必填
仅第三方应用
包名白名单列表 AppWhitelist
string[]
必填
不清理缓存的软件包名
搜索路径列表 SearchList
string[]
必填
路径格式遵守 filepath.Match要搜索的路径
路径白名单列表 PathWhitelist
string[]
必填
路径格式遵守 filepath.Match不搜索的路径或不删除的路径
路径黑名单列表 PathBlacklist
string[]
必填
路径格式遵守 filepath.Match要删除的路径
清理隐藏路径 DotPath
boolean
必填
即以 . 开头的文件或目录不包括 .nomedia.database_uuid包括 .thumbnails
清理空文件 EmptyFile
boolean
必填
清理空目录 EmptyDir
boolean
必填
名称白名单列表 NameWhitelist
string[]
必填
优先级比 名称黑名单列表格式遵守 path.Match仅子字符串判断不清理的名称
名称黑名单列表 NameBlacklist
string[]
必填
优先级比 名称白名单列表格式遵守 path.Match仅子字符串判断要清理的名称
Last modified on April 8, 2026