mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
⬆️ 更新(__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:
parent
7428478292
commit
46349fbe45
@ -1 +1 @@
|
||||
__version__ = "24.3.11"
|
||||
__version__ = "24.3.19"
|
||||
|
7
docs/pages/history/2024-03-19.mdx
Normal file
7
docs/pages/history/2024-03-19.mdx
Normal file
@ -0,0 +1,7 @@
|
||||
# 2024-03-19
|
||||
|
||||
![PyPI](https://img.shields.io/badge/Pypi-v24.3.19-brightgreen)
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
- 修复「爱奇艺」摇一摇失败的 BUG
|
@ -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",
|
||||
|
@ -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>
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user