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

 功能(docs/pages/history):添加2024-03-19的更新日志
  📝 文档(docs/pages/history/_meta.json):更新_meta.json文件,添加2024-03-19的日志记录
  📝 文档(docs/theme.config.tsx):更新banner的链接和文本,指向最新的版本发布信息
This commit is contained in:
shitao 2024-03-19 09:37:20 +08:00
parent 7428478292
commit 46349fbe45
4 changed files with 12 additions and 4 deletions

View File

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

View File

@ -0,0 +1,7 @@
# 2024-03-19
![PyPI](https://img.shields.io/badge/Pypi-v24.3.19-brightgreen)
## 🐛 修复
- 修复「爱奇艺」摇一摇失败的 BUG

View File

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

View File

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