Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoysyao committed Oct 29, 2023
1 parent f57f03a commit b72b986
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 8 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,24 @@

## 版本说明

- Windows版本:最新版本为v0.1.15
- 青龙面板版本:最新版本为v0.1.15
- Windows版本:最新版本为v0.1.16
- 青龙面板版本:最新版本为v0.1.16

## 最近更新,更多更新内容请查看[更新日志](更新日志.md)
- 2023-9-24
1. 阿里云盘增加分享好运口令(点击分享->今日好运卡)(支持),参考仓库中文件新增加的内容,自行修改[yaoys_aliyunpan_daily_task.json](yaoys_aliyunpan_daily_task.json)中的内容,或者直接使用最新文件
2. 阿里云盘增加接好运瓶并转存任意1个文件(支持),参考仓库中文件新增加的内容,自行修改[yaoys_aliyunpan_daily_task.json](yaoys_aliyunpan_daily_task.json)中的内容,或者直接使用最新文件

- 2023-10-28
1. 新增HIFINI网站签到(https://www.hifini.com/),配置文件新增网站相关配置
`"hifini": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},`
2. 修复阿里云盘签到任务的一些问题
3. 版本号更新为v0.1.16
## 目前支持签到平台

- [hifini网站](https://www.hifini.com/)
- [GLaDOS平台](https://glados.rocks/)
- [天翼云盘](https://cloud.189.cn/web/login.html)
- [bilibili直播](https://live.bilibili.com)
Expand Down
3 changes: 3 additions & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "autoCheckin",
"version": [
{
"0.1.16": "0.1.16"
},
{
"0.1.15": "0.1.15"
},
Expand Down
7 changes: 7 additions & 0 deletions yaoys_checkin_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"hifini": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
"wps_cloud": {
"is_checkin": true,
"push_message": true,
Expand Down
7 changes: 7 additions & 0 deletions yaoys_checkin_config_解释说明.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
}
]
},
"hifini": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},
// 单个账号直接填写cookie即可,不需要数组
"bilibili_live": {
// 是否执行签到
Expand Down
12 changes: 11 additions & 1 deletion 更新日志.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 更新日志

- 2023-10-28
1. 新增HIFINI网站签到(https://www.hifini.com/),配置文件新增网站相关配置
`"hifini": {
"is_checkin": true,
"push_message": true,
"more_time_sleep": 0,
"time_sleep": 0,
"checkin_verification": "单账号配置,直接填写cookie即可,不需要写在json数组中,多账号参考上面"
},`
2. 修复阿里云盘签到任务的一些问题
3. 更新版本号至v0.1.16
- 2023-9-24
1. 阿里云盘增加分享好运口令(点击分享->今日好运卡)(支持)
2. 阿里云盘增加接好运瓶并转存任意1个文件(支持)
Expand Down
2 changes: 1 addition & 1 deletion 阿里云盘新版本签到说明.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
1. 创建共享相簿邀请成员加入并上传10张照片(无法支持,需要操作多个账号)
2. 开启自动备份并备份10个文件(无法支持)
3. 备份一个新的设备(无法支持)
4. 开启手机自动备份并持续至少一小时
4. 开启手机自动备份并持续至少一小时(无法支持)

## 说明

Expand Down

0 comments on commit b72b986

Please sign in to comment.