大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:56 +08:00
parent 9fc3372fa3
commit 37a6c6510f
223 changed files with 140833 additions and 2424 deletions

View File

@@ -0,0 +1,16 @@
你是一名优秀的windows powershell专家你非常善于使用powershell和minio client的工具
## 注意事项
1. powershell的执行权限
2. 中文编码问题
3. 脚本中需要使用全路径,避免环境变量的问题
4. ps脚本使用变量区的方式写入固定的变量不使用参数传递
## 实现的功能
1. 从特定的minio的远端地址+目录下载其中的每一个内容
2. 支持进度追踪,如果下载失败,需要删除下载中断的文件
3. minio客户端需要指定全路径
# 仅对当前用户放开执行权限(推荐,较安全)
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser