⬇️ 更新文档样式
This commit is contained in:
@ -1,20 +1,17 @@
|
||||
---
|
||||
title: liteyuki.plugin
|
||||
index: true
|
||||
icon: laptop-code
|
||||
category: API
|
||||
---
|
||||
### *func* `get_loaded_plugins() -> dict[str, Plugin]`
|
||||
|
||||
### ***def*** `get_loaded_plugins() -> dict[str, Plugin]`
|
||||
|
||||
获取已加载的插件
|
||||
|
||||
Returns:
|
||||
**说明**: 获取已加载的插件
|
||||
|
||||
**返回**: dict[str, Plugin]: 插件字典
|
||||
|
||||
dict[str, Plugin]: 插件字典
|
||||
|
||||
<details>
|
||||
<summary>源代码</summary>
|
||||
<summary> <b>源代码</b> </summary>
|
||||
|
||||
```python
|
||||
def get_loaded_plugins() -> dict[str, Plugin]:
|
||||
|
Reference in New Issue
Block a user