更新readme

This commit is contained in:
LiuEnder
2026-05-07 23:05:14 +08:00
parent 94322e5ab5
commit 6b63c69b8d

View File

@@ -15,8 +15,8 @@
| 工具 | 用途 |
|------|------|
| `bash` | 脚本运行环境 |
| `git` | 仓库克隆与更新 |
| `curl` | 拉取白名单 & server酱推送 |
| `git` | 仓库克隆与更新、白名单仓库拉取 |
| `curl` | server酱推送 |
| `zip` | 打包压缩 |
## 配置
@@ -93,9 +93,4 @@ ociflab-backup/
未配置 server酱 则仅输出日志,不推送。
## server酱3 参考
```bash
# 一行代码即可调用,中文参数需要 UrlEncode长内容建议使用 POST
curl "https://<uid>.push.ft07.com/send/<sendkey>.send?title=<title>&desp=<desp>"
```