feat(core): 优化 Homebrew 缓存清理策略

* 禁用安装步骤中的自动清理,统一在升级流程结束后执行
* 清理 Homebrew prefix 失效链接及日期早于今天的缓存
* 保留当天生成的下载缓存,并支持失败后继续清理
* 扩展全量清理参数支持并更新相关文档说明
This commit is contained in:
2026-07-17 09:15:23 +08:00
parent ff54bffc53
commit 854aceeae5
4 changed files with 61 additions and 19 deletions
+1 -1
View File
@@ -119,4 +119,4 @@ async function operator(proxies) {
return proxy;
});
}
}