mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📝 更新文档
This commit is contained in:
parent
119c727d77
commit
cbd851f9b2
BIN
docs/img/qinglong.png
Normal file
BIN
docs/img/qinglong.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
docs/img/update.png
Normal file
BIN
docs/img/update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
27
docs/qinglong.md
Normal file
27
docs/qinglong.md
Normal 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)
|
@ -17,6 +17,7 @@ nav:
|
||||
- 配置: settings.md
|
||||
- 教程:
|
||||
- 本地使用教程: local.md
|
||||
- 青龙使用教程: qinglong.md
|
||||
- Docker 使用教程: docker.md
|
||||
- 群辉 Docker 使用教程: synology.md
|
||||
- 腾讯云函数使用教程: tencent-scf.md
|
Loading…
Reference in New Issue
Block a user