🔥 删除(dailycheckin-elecV2P.json):移除不再使用的签到配置文件

This commit is contained in:
shitao 2024-01-13 09:54:56 +08:00
parent 86bc643e91
commit eff744ca2f

View File

@ -1,67 +0,0 @@
{
"name": "dailycheckin-elecV2P",
"author": "Sitoi",
"note": "可基于【腾讯云函数】/【Docker】/【青龙面板】的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌腾讯视频有道云笔记网易云音乐一加手机社区官方论坛百度贴吧BilibiliV2EX咔叽网单什么值得买AcFun天翼云盘吾爱破解芒果TVFa米家小米运动百度搜索资源平台时光相册哔咔漫画联通营业厅",
"date": "2021-09-22 16:45:35",
"list": [
{
"name": "安装 Linux 依赖",
"type": "schedule",
"time": "0 3",
"job": {
"type": "exec",
"target": "apk add bash curl gcc git libffi-dev musl-dev openssl-dev python3 python3-dev py3-pip"
},
"running": false
},
{
"name": "安装 Pypi 依赖",
"type": "schedule",
"time": "0 3",
"job": {
"type": "exec",
"target": "pip3 install cryptography~=3.2.1 requests rsa urllib3"
},
"running": false
},
{
"name": "安装/更新 Dailycheckin",
"type": "schedule",
"time": "0 3",
"job": {
"type": "exec",
"target": "pip3 install dailycheckin --upgrade"
},
"running": false
},
{
"name": "运行 Dailycheckin",
"type": "cron",
"time": "0 45 8 * * *",
"job": {
"type": "exec",
"target": "dailycheckin -timeout 1200000"
}
},
{
"name": "单次运行签到",
"type": "schedule",
"time": "0",
"job": {
"type": "exec",
"target": "dailycheckin -timeout 1200000"
},
"running": false
},
{
"name": "立即执行小米运动",
"type": "schedule",
"time": "0",
"job": {
"type": "exec",
"target": "dailycheckin --include MIMOTION -timeout 1200000"
},
"running": false
}
]
}