-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ 新增(pages/history/2024-01-13.mdx, 2024-01-07.mdx): 添加单独的更新日志页面
🚚 移除(pages/history.mdx): 转移2024年1月的更新内容到单独页面 📝 更新(pages/history/2024-01-14.mdx): 添加2024年1月14日更新内容 ✨ 新增(pages/history/_meta.json): 增加更新日志索引文件 ♻️ 重构(pages/install/docker.mdx): 更新Docker安装页面的内容及结构 🔧 更新(pages/settings/imaotai.md, smzdm.mdx): 完善配置说明文档 ✨ 新增(theme.config.tsx): 在主题配置中添加新版本发布的横幅通知
- Loading branch information
Showing
9 changed files
with
128 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 2024-01-07 | ||
|
||
![PyPI](https://img.shields.io/badge/Pypi-v24.1.7-brightgreen) | ||
|
||
## 🐛 修复 | ||
|
||
- 修复 Bilibili 兑换银瓜子 BUG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 2024-01-13 | ||
|
||
![PyPI](https://img.shields.io/badge/Pypi-v24.1.13-brightgreen) | ||
|
||
## ✨ 功能 | ||
|
||
- 新增「阿里云盘」签到 | ||
- 新增「i 茅台」申购 | ||
- 新增「什么值得买」签到 | ||
|
||
## 🐛 修复 | ||
|
||
修复「bilibili」大会员奖励领取 | ||
|
||
## 🔥 删除 | ||
|
||
- 删除「Fa 米家」 | ||
|
||
## 📃 文档 | ||
|
||
- 详细说明每个签到信息获取方式 | ||
- 删除「腾讯云函数」部署(收费了) | ||
- 删除「阿里云函数」部署(收费了) | ||
- 删除「elecV2P」部署 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import { Callout } from 'nextra/components' | ||
|
||
# 2024-01-14 | ||
|
||
![PyPI](https://img.shields.io/badge/Pypi-v24.1.14-brightgreen) | ||
|
||
## ✨ 功能 | ||
|
||
- 新增「爱奇艺」刷观看时长、领域 VIP7 升级星钻会员等功能 | ||
|
||
## 📦 部署 | ||
|
||
- 更新 Docker 部署 | ||
|
||
- 优化自定义定时任务方式(建议优化) | ||
|
||
## ⚠️ 建议 | ||
|
||
<Callout | ||
type="warning" | ||
emoji="⚠️" | ||
> | ||
建议 Docker 用户 和 群晖用户 升级 Docker Image。 | ||
</Callout> | ||
|
||
1. 备份 config.json 文件 | ||
2. 更新 image 镜像{' '} | ||
|
||
```bash copy | ||
curl https://cdn.jsdelivr.net/gh/sitoi/dailycheckin@main/docker_start.sh | bash | ||
``` | ||
|
||
<Callout | ||
type="warning" | ||
emoji="⚠️" | ||
> | ||
建议 其他方式部署的用户,更改定时时间到早上 09:00-10:00(茅台申购时间段)。 | ||
</Callout> | ||
|
||
1. 修改 crontab 定时配置即可 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"2024-01-14": "2024-01-14", | ||
"2024-01-13": "2024-01-13", | ||
"2024-01-07": "2024-01-07" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters