📝 Update changelog

This commit is contained in:
noneflow[bot] 2024-01-21 11:49:59 +00:00
parent 41b7d5a3a0
commit 18e9a9afd3
2 changed files with 5 additions and 4 deletions

View File

@ -28,6 +28,7 @@ toc_max_heading_level: 2
### 🍻 插件发布
- Plugin: SakuraFrp [@noneflow](https://github.com/noneflow) ([#2543](https://github.com/nonebot/nonebot2/pull/2543))
- Plugin: haruka_bot_red [@noneflow](https://github.com/noneflow) ([#2541](https://github.com/nonebot/nonebot2/pull/2541))
- Plugin: nonebot-plugin-gemini [@noneflow](https://github.com/noneflow) ([#2527](https://github.com/nonebot/nonebot2/pull/2527))
- Plugin: 最终台词 [@noneflow](https://github.com/noneflow) ([#2523](https://github.com/nonebot/nonebot2/pull/2523))

View File

@ -6,11 +6,11 @@
"types": [
"node",
"@docusaurus/module-type-aliases",
"@nullbot/docusaurus-theme-nonepress",
"@nullbot/docusaurus-theme-nonepress"
],
"paths": {
"@/*": ["./src/*"],
"@theme/*": ["./src/theme/*"],
"@theme/*": ["./src/theme/*"]
},
/* Strict Type-Checking Options */
@ -31,6 +31,6 @@
/* Use tslib */
"importHelpers": true,
"noEmitHelpers": true,
},
"noEmitHelpers": true
}
}