mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-08-28 19:56:41 +08:00
docs: update README to include sponsorship information and improve formatting
This commit is contained in:
@@ -50,7 +50,7 @@ WantedBy=multi-user.target
|
|||||||
systemctl enable --now saveany-bot
|
systemctl enable --now saveany-bot
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 为OpenWrt及衍生系统添加开机自启动服务
|
#### 为 OpenWrt 及衍生系统添加开机自启动服务
|
||||||
|
|
||||||
创建文件 ` /etc/init.d/saveanybot` ,参考[saveanybot](./docs/saveanybot)自行修改.
|
创建文件 ` /etc/init.d/saveanybot` ,参考[saveanybot](./docs/saveanybot)自行修改.
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ systemctl enable --now saveany-bot
|
|||||||
|
|
||||||
`chmod +x /etc/rc.d/S99saveanybot`
|
`chmod +x /etc/rc.d/S99saveanybot`
|
||||||
|
|
||||||
#### 为OpenWrt及衍生系统添加快捷指令
|
#### 为 OpenWrt 及衍生系统添加快捷指令
|
||||||
|
|
||||||
创建文件` /usr/bin/sabot` ,参考[sabot](./docs/sabot)自行配置修改,注意此处文件编码仅支持 ANSI 936 .
|
创建文件` /usr/bin/sabot` ,参考[sabot](./docs/sabot)自行配置修改,注意此处文件编码仅支持 ANSI 936 .
|
||||||
|
|
||||||
@@ -68,7 +68,6 @@ systemctl enable --now saveany-bot
|
|||||||
|
|
||||||
之后,终端输入`sabot start|stop|restart|status|enable|disable`即可.
|
之后,终端输入`sabot start|stop|restart|status|enable|disable`即可.
|
||||||
|
|
||||||
|
|
||||||
### 使用 Docker 部署
|
### 使用 Docker 部署
|
||||||
|
|
||||||
#### Docker Compose
|
#### Docker Compose
|
||||||
@@ -111,6 +110,14 @@ docker restart saveany-bot
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 赞助
|
||||||
|
|
||||||
|
本项目受到 [YxVM](https://yxvm.com/) 与 [NodeSupport](https://github.com/NodeSeekDev/NodeSupport) 的支持.
|
||||||
|
|
||||||
|
如果这个项目对你有帮助, 你可以考虑通过以下方式赞助我:
|
||||||
|
|
||||||
|
- [爱发电](https://afdian.com/a/acherkrau)
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
- [gotd](https://github.com/gotd/td)
|
- [gotd](https://github.com/gotd/td)
|
||||||
|
|||||||
@@ -92,6 +92,14 @@ Send (forward) files to the Bot and follow the prompts.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
This project is supported by [YxVM](https://yxvm.com/) and [NodeSupport](https://github.com/NodeSeekDev/NodeSupport).
|
||||||
|
|
||||||
|
You can consider sponsoring me if this project helps you:
|
||||||
|
|
||||||
|
- [Afdian](https://afdian.com/a/acherkrau)
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
- [gotd](https://github.com/gotd/td)
|
- [gotd](https://github.com/gotd/td)
|
||||||
|
|||||||
Reference in New Issue
Block a user