📝 更新(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:
shitao 2024-02-27 09:23:45 +08:00
parent 3fa73d14bd
commit c5904707f5
3 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,8 @@
# 2024-02-27
![PyPI](https://img.shields.io/badge/Pypi-v24.2.27-brightgreen)
## 🐛 修复
- 修复「爱奇艺」非会员用户脚本错误的 BUG
- 修复「i 茅台」领取耐力值失败的 BUG

View File

@ -1,4 +1,5 @@
{ {
"2024-02-27": "2024-02-27",
"2024-02-22": "2024-02-22", "2024-02-22": "2024-02-22",
"2024-02-20": "2024-02-20", "2024-02-20": "2024-02-20",
"2024-02-16": "2024-02-16", "2024-02-16": "2024-02-16",

View File

@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
} }
}, },
banner: { banner: {
key: '2024.2.22-release', key: '2024.2.27-release',
text: ( text: (
<a <a
href="/dailycheckin/history/2024-02-22/" href="/dailycheckin/history/2024-02-27/"
target="_blank" target="_blank"
> >
🎉 DailyCheckIn 2024.2.22 is released. Read more 🎉 DailyCheckIn 2024.2.27 is released. Read more
</a> </a>
), ),
}, },