mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 05:27:30 +08:00
📝 update changelog
This commit is contained in:
parent
f837e5f3fa
commit
e29db806cc
@ -20,9 +20,12 @@ export default function Paginate({
|
|||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|
||||||
const ref = useCallback((element: HTMLElement | null) => {
|
const ref = useCallback(
|
||||||
setContainerElement(element);
|
(element: HTMLElement | null) => {
|
||||||
}, []);
|
setContainerElement(element);
|
||||||
|
},
|
||||||
|
[setContainerElement]
|
||||||
|
);
|
||||||
|
|
||||||
const maxWidth = useContentWidth(
|
const maxWidth = useContentWidth(
|
||||||
containerElement?.parentElement ?? undefined
|
containerElement?.parentElement ?? undefined
|
||||||
|
@ -10,6 +10,9 @@ description: Changelog
|
|||||||
- 修复文档商店分页显示错误
|
- 修复文档商店分页显示错误
|
||||||
- 修复插件导入失败时,依然存在于已导入插件列表中
|
- 修复插件导入失败时,依然存在于已导入插件列表中
|
||||||
- 移除 `state` 依赖注入所需的默认值 `State()`
|
- 移除 `state` 依赖注入所需的默认值 `State()`
|
||||||
|
- 增加 `fastapi` 配置项:是否将适配器路由包含在 schema 中
|
||||||
|
- 修改 `load_builtin_plugins` 函数,使其能够支持加载多个内置插件
|
||||||
|
- 新增 `load_builtin_plugin` 函数,用于加载单个内置插件
|
||||||
|
|
||||||
## v2.0.0b1
|
## v2.0.0b1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user