Skip to content

Commit

Permalink
部署使用前请先阅读README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-drag0n authored Dec 5, 2024
1 parent e2ba85e commit 656e017
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,13 @@
3. 监控错误日志
4. 注意 Worker 使用配额
5. 直链下载若要在服务器传输文件
- # 直接下载 curl -O https://your-domain/download/fileId
- # 带密码下载 curl -H "X-Password: your-password" -O https://your-domain/download/fileId
```bash
# 直接下载
curl -O https://your-domain/download/fileId

# 带密码下载
curl -H "X-Password: your-password" -O https://your-domain/download/fileId
```

## 🛠️ 使用

Expand Down

0 comments on commit 656e017

Please sign in to comment.