mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
🔨 添加 elecV2P 教程
This commit is contained in:
parent
fb59a7ffa4
commit
54e5cc8e98
@ -25,12 +25,12 @@
|
||||
"running": false
|
||||
},
|
||||
{
|
||||
"name": "安装 Dailycheckin",
|
||||
"name": "安装/更新 Dailycheckin",
|
||||
"type": "schedule",
|
||||
"time": "0 3",
|
||||
"job": {
|
||||
"type": "exec",
|
||||
"target": "pip3 install dailycheckin"
|
||||
"target": "pip3 install dailycheckin --upgrade"
|
||||
},
|
||||
"running": false
|
||||
},
|
||||
|
50
docs/elecV2P.md
Normal file
50
docs/elecV2P.md
Normal file
@ -0,0 +1,50 @@
|
||||
# elecV2P 使用教程
|
||||
|
||||
## 一、添加订阅
|
||||
|
||||
订阅地址: [https://raw.githubusercontent.com/Sitoi/dailycheckin/main/dailycheckin-elecV2P.json](https://raw.githubusercontent.com/Sitoi/dailycheckin/main/dailycheckin-elecV2P.json)
|
||||
|
||||
![订阅](img/elecV2P-dy.png)
|
||||
|
||||
## 二、安装依赖等
|
||||
|
||||
![安装](img/elecV2P-install.png)
|
||||
安装顺序如下:
|
||||
|
||||
1. 安装 Linux 依赖
|
||||
2. 安装 Pypi 依赖
|
||||
3. 安装 Dailycheckin
|
||||
|
||||
## 三、编辑并上传配置文件
|
||||
|
||||
> ⚠️ 请务必到 [http://www.json.cn](http://www.json.cn) 网站检查 `config.json` 文件格式是否正确!
|
||||
|
||||
参考[配置说明文档](https://sitoi.gitee.io/dailycheckin/settings/) ,并修改 `config.json`
|
||||
|
||||
1. 单独运行一次,下方日志会提示在哪个目录中添加「config.json」文件
|
||||
![单次运行](img/elecV2P-once.png)
|
||||
|
||||
2. 点击「OVERVIEW」->「EFSS 文件管理界面」->「目录」->「选择文件」->「开始上传」
|
||||
![上传配置](img/elecV2P-upload.png)
|
||||
|
||||
## 四、配置定时任务即可
|
||||
|
||||
> Shell 命令最后必须加上「-timeout 1200000」设置 20 分钟超时
|
||||
|
||||
1. 运行全部脚本
|
||||
|
||||
```bash
|
||||
dailycheckin -timeout 1200000
|
||||
```
|
||||
|
||||
2. 运行指定脚本(包含),可以同时选择多个,用「空格」分开
|
||||
|
||||
```bash
|
||||
dailycheckin --include MUSIC163 BAIDU -timeout 1200000
|
||||
```
|
||||
|
||||
3. 运行指定脚本(排除),可以同时选择多个,用「空格」分开
|
||||
|
||||
```bash
|
||||
dailycheckin --exclude MUSIC163 BAIDU -timeout 1200000
|
||||
```
|
BIN
docs/img/elecV2P-dy.png
Normal file
BIN
docs/img/elecV2P-dy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
docs/img/elecV2P-install.png
Normal file
BIN
docs/img/elecV2P-install.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
docs/img/elecV2P-once.png
Normal file
BIN
docs/img/elecV2P-once.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
docs/img/elecV2P-upload.png
Normal file
BIN
docs/img/elecV2P-upload.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 688 KiB |
@ -19,5 +19,6 @@ nav:
|
||||
- 本地使用教程: local.md
|
||||
- 青龙使用教程: qinglong.md
|
||||
- Docker 使用教程: docker.md
|
||||
- elecV2P 使用教程: elecV2P.md
|
||||
- 群辉 Docker 使用教程: synology.md
|
||||
- 腾讯云函数使用教程: tencent-scf.md
|
Loading…
Reference in New Issue
Block a user