Skip to content

Commit

Permalink
⬆️ 升级(__version__.py):更新版本号从24.3.19到24.5.15
Browse files Browse the repository at this point in the history
  📝 添加文档(2024-05-15.mdx):添加新的版本发布记录
  ✨ 功能(_meta.json):在meta数据中添加新的版本日期
  💡 更新注释(theme.config.tsx):更新发布横幅的链接和文本
  • Loading branch information
Sitoi committed May 15, 2024
1 parent f548f26 commit 4067f3c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dailycheckin/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "24.3.19"
__version__ = "24.5.15"
7 changes: 7 additions & 0 deletions docs/pages/history/2024-05-15.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 2024-05-15

![PyPI](https://img.shields.io/badge/Pypi-v24.5.15-brightgreen)

## 🐛 修复

- 修复「爱奇艺」签到失效的问题
1 change: 1 addition & 0 deletions docs/pages/history/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2024-05-15": "2024-05-15",
"2024-03-19": "2024-03-19",
"2024-03-11": "2024-03-11",
"2024-03-07": "2024-03-07",
Expand Down
6 changes: 3 additions & 3 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
}
},
banner: {
key: '2024.3.19-release',
key: '2024.5.15-release',
text: (
<a
href="/dailycheckin/history/2024-03-19/"
href="/dailycheckin/history/2024-05-15/"
target="_blank"
>
🎉 DailyCheckIn 2024.3.19 is released. Read more →
🎉 DailyCheckIn 2024.5.15 is released. Read more →
</a>
),
},
Expand Down

0 comments on commit 4067f3c

Please sign in to comment.