📝 更新文档

This commit is contained in:
shitao 2021-09-02 13:43:45 +08:00
parent 119c727d77
commit cbd851f9b2
4 changed files with 28 additions and 0 deletions

BIN
docs/img/qinglong.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
docs/img/update.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

27
docs/qinglong.md Normal file
View File

@ -0,0 +1,27 @@
# 青龙使用教程
## 一、进入青龙容器内部
```bash
docker exec -it qinglong bash
```
## 二、安装依赖
```bash
apk add --no-cache gcc g++ python python-dev py-pip mysql-dev linux-headers libffi-dev openssl-dev
```
```bash
pip3 install dailycheckin --upgrade
```
## 三、编写 `/ql/config/config.json` 配置文件
参考[配置说明文档](https://sitoi.gitee.io/dailycheckin/settings/) ,并修改 `config.json`
## 四、配置定时任务
![定时任务](img/qinglong.png)
![定时更新](img/update.png)

View File

@ -17,6 +17,7 @@ nav:
- 配置: settings.md
- 教程:
- 本地使用教程: local.md
- 青龙使用教程: qinglong.md
- Docker 使用教程: docker.md
- 群辉 Docker 使用教程: synology.md
- 腾讯云函数使用教程: tencent-scf.md