mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
✨ 新增【联通沃邮箱】网页端和客户端任务
This commit is contained in:
parent
d10ef2acf2
commit
a61cc400bd
@ -116,7 +116,8 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
- 2021-11-04 ![PyPI](https://img.shields.io/badge/Pypi-v0.3.3-brightgreen)
|
||||
- 2021-11-04 ![PyPI](https://img.shields.io/badge/Pypi-v0.3.4-brightgreen)
|
||||
* 新增【联通沃邮箱】网页端和客户端任务
|
||||
* 新增【联通沃邮箱】是否21天断签配置
|
||||
* 修复【联通沃邮箱】俱乐部签到
|
||||
* 移除【联通沃邮箱】拼图活动
|
||||
|
@ -269,11 +269,15 @@
|
||||
"WOMAIL": [
|
||||
{
|
||||
"url": "https://nyan.mail.wo.cn/cn/sign/index/index?mobile=xxxxxx&userName=&openId=xxxxxx",
|
||||
"pause21days": true
|
||||
"pause21days": true,
|
||||
"password": "Sitoi",
|
||||
"phone": "18888xxxxxx"
|
||||
},
|
||||
{
|
||||
"url": "多账号 url 填写,请参考上面,url 以实际获取为准(遇到特殊字符如双引号\" 请加反斜杠转义)",
|
||||
"pause21days": true
|
||||
"pause21days": true,
|
||||
"password": "多账号 密码填写,请参考上面",
|
||||
"phone": "多账号 手机号填写,请参考上面"
|
||||
}
|
||||
],
|
||||
"HEYTAP": [
|
||||
|
@ -69,6 +69,8 @@
|
||||
|:---:|:---:|:---:|:---|
|
||||
|_**WOMAIL**_.url|联通沃邮箱|公众号|联通沃邮箱 公众号 `https://nyan.mail.wo.cn/cn/sign/index/index?mobile` 开头的 URL|
|
||||
|_**WOMAIL**_.pause21days|联通沃邮箱|公众号|true: 开启21天自动暂停,false: 关闭自动暂停,每天都签到。默认开启自动暂停|
|
||||
|_**WOMAIL**_.phone|联通沃邮箱|公众号|手机号|
|
||||
|_**WOMAIL**_.password|联通沃邮箱|公众号|密码|
|
||||
|
||||
### APP 签到配置
|
||||
|
||||
@ -437,11 +439,15 @@
|
||||
"WOMAIL": [
|
||||
{
|
||||
"url": "https://nyan.mail.wo.cn/cn/sign/index/index?mobile=xxxxxx&userName=&openId=xxxxxx",
|
||||
"pause21days": true
|
||||
"pause21days": true,
|
||||
"password": "Sitoi",
|
||||
"phone": "18888xxxxxx"
|
||||
},
|
||||
{
|
||||
"url": "多账号 url 填写,请参考上面,url 以实际获取为准(遇到特殊字符如双引号\" 请加反斜杠转义)",
|
||||
"pause21days": true
|
||||
"pause21days": true,
|
||||
"password": "多账号 密码填写,请参考上面",
|
||||
"phone": "多账号 手机号填写,请参考上面"
|
||||
}
|
||||
],
|
||||
"HEYTAP": [
|
||||
|
Loading…
Reference in New Issue
Block a user