⬆️ 升级(__version__.py):更新版本号从24.3.19到24.5.15

📝 添加文档(2024-05-15.mdx):添加新的版本发布记录
   功能(_meta.json):在meta数据中添加新的版本日期
  💡 更新注释(theme.config.tsx):更新发布横幅的链接和文本
This commit is contained in:
shitao 2024-05-15 09:55:46 +08:00
parent f548f26ec1
commit 4067f3c6df
4 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = "24.3.19"
__version__ = "24.5.15"

View File

@ -0,0 +1,7 @@
# 2024-05-15
![PyPI](https://img.shields.io/badge/Pypi-v24.5.15-brightgreen)
## 🐛 修复
- 修复「爱奇艺」签到失效的问题

View File

@ -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",

View File

@ -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>
),
},