mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📝 更新(docs):添加2024-02-27的历史记录页面
✨ 功能(docs/theme.config.tsx):更新banner,指向新的发布日志2024-02-27 ✨ 功能(docs/pages/history/_meta.json):在_meta.json中添加新的日期条目2024-02-27
This commit is contained in:
parent
3fa73d14bd
commit
c5904707f5
8
docs/pages/history/2024-02-27.mdx
Normal file
8
docs/pages/history/2024-02-27.mdx
Normal file
@ -0,0 +1,8 @@
|
||||
# 2024-02-27
|
||||
|
||||
![PyPI](https://img.shields.io/badge/Pypi-v24.2.27-brightgreen)
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
- 修复「爱奇艺」非会员用户脚本错误的 BUG
|
||||
- 修复「i 茅台」领取耐力值失败的 BUG
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"2024-02-27": "2024-02-27",
|
||||
"2024-02-22": "2024-02-22",
|
||||
"2024-02-20": "2024-02-20",
|
||||
"2024-02-16": "2024-02-16",
|
||||
|
@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
|
||||
}
|
||||
},
|
||||
banner: {
|
||||
key: '2024.2.22-release',
|
||||
key: '2024.2.27-release',
|
||||
text: (
|
||||
<a
|
||||
href="/dailycheckin/history/2024-02-22/"
|
||||
href="/dailycheckin/history/2024-02-27/"
|
||||
target="_blank"
|
||||
>
|
||||
🎉 DailyCheckIn 2024.2.22 is released. Read more →
|
||||
🎉 DailyCheckIn 2024.2.27 is released. Read more →
|
||||
</a>
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user