📝 Update changelog

This commit is contained in:
noneflow[bot] 2024-05-01 14:29:42 +00:00
parent ea49318809
commit 4edf7e2c2c
2 changed files with 9 additions and 3 deletions

View File

@ -44,11 +44,11 @@
@apply hidden;
}
[data-uwu=true] .home-hero-uwu {
[data-uwu="true"] .home-hero-uwu {
@apply block max-w-xs;
}
[data-uwu=true] .home-hero-logo,
[data-uwu=true] .home-hero-title {
[data-uwu="true"] .home-hero-logo,
[data-uwu="true"] .home-hero-title {
@apply hidden;
}

View File

@ -5,6 +5,12 @@ toc_max_heading_level: 2
# 更新日志
## 最近更新
### 📝 文档
- Docs: 添加 uwu logo [@StarHeartHunt](https://github.com/StarHeartHunt) ([#2689](https://github.com/nonebot/nonebot2/pull/2689))
## v2.3.0
### 💥 破坏性变更