From c5904707f5444a4cfb9c14d65bf4048b7304d916 Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Tue, 27 Feb 2024 09:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=9B=B4=E6=96=B0(docs)?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A02024-02-27=E7=9A=84=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=20=20=20=E2=9C=A8?= =?UTF-8?q?=20=E5=8A=9F=E8=83=BD(docs/theme.config.tsx)=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0banner=EF=BC=8C=E6=8C=87=E5=90=91=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=97=A5=E5=BF=972024-02-27=20=20=20?= =?UTF-8?q?=E2=9C=A8=20=E5=8A=9F=E8=83=BD(docs/pages/history/=5Fmeta.json)?= =?UTF-8?q?=EF=BC=9A=E5=9C=A8=5Fmeta.json=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E6=97=A5=E6=9C=9F=E6=9D=A1=E7=9B=AE2024-02-2?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pages/history/2024-02-27.mdx | 8 ++++++++ docs/pages/history/_meta.json | 1 + docs/theme.config.tsx | 6 +++--- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 docs/pages/history/2024-02-27.mdx diff --git a/docs/pages/history/2024-02-27.mdx b/docs/pages/history/2024-02-27.mdx new file mode 100644 index 0000000..a58caeb --- /dev/null +++ b/docs/pages/history/2024-02-27.mdx @@ -0,0 +1,8 @@ +# 2024-02-27 + +![PyPI](https://img.shields.io/badge/Pypi-v24.2.27-brightgreen) + +## ๐Ÿ› ไฟฎๅค + +- ไฟฎๅคใ€Œ็ˆฑๅฅ‡่‰บใ€้žไผšๅ‘˜็”จๆˆท่„šๆœฌ้”™่ฏฏ็š„ BUG +- ไฟฎๅคใ€Œi ่Œ…ๅฐใ€้ข†ๅ–่€ๅŠ›ๅ€ผๅคฑ่ดฅ็š„ BUG diff --git a/docs/pages/history/_meta.json b/docs/pages/history/_meta.json index 8467257..f363249 100644 --- a/docs/pages/history/_meta.json +++ b/docs/pages/history/_meta.json @@ -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", diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 67ff708..f35f332 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -72,13 +72,13 @@ const config: DocsThemeConfig = { } }, banner: { - key: '2024.2.22-release', + key: '2024.2.27-release', text: ( - ๐ŸŽ‰ DailyCheckIn 2024.2.22 is released. Read more โ†’ + ๐ŸŽ‰ DailyCheckIn 2024.2.27 is released. Read more โ†’ ), },