Skip to content

Commit

Permalink
⬆️ 更新(__version__.py):将版本号从24.3.11升级到24.3.19
Browse files Browse the repository at this point in the history
  ✨ 功能(docs/pages/history):添加2024-03-19的更新日志
  📝 文档(docs/pages/history/_meta.json):更新_meta.json文件,添加2024-03-19的日志记录
  📝 文档(docs/theme.config.tsx):更新banner的链接和文本,指向最新的版本发布信息
  • Loading branch information
Sitoi committed Mar 19, 2024
1 parent 7428478 commit 46349fb
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.11"
__version__ = "24.3.19"
7 changes: 7 additions & 0 deletions docs/pages/history/2024-03-19.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 2024-03-19

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

## 🐛 修复

- 修复「爱奇艺」摇一摇失败的 BUG
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-03-19": "2024-03-19",
"2024-03-11": "2024-03-11",
"2024-03-07": "2024-03-07",
"2024-02-27": "2024-02-27",
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.11-release',
key: '2024.3.19-release',
text: (
<a
href="/dailycheckin/history/2024-03-11/"
href="/dailycheckin/history/2024-03-19/"
target="_blank"
>
🎉 DailyCheckIn 2024.3.11 is released. Read more →
🎉 DailyCheckIn 2024.3.19 is released. Read more →
</a>
),
},
Expand Down

0 comments on commit 46349fb

Please sign in to comment.