forked from bot/app
.. | ||
load.md | ||
manager.md | ||
model.md | ||
README.md |
title | index | icon | category |
---|---|---|---|
liteyuki.plugin | true | laptop-code | API |
def get_loaded_plugins() -> dict[str, Plugin]
获取已加载的插件
Returns:
dict[str, Plugin]: 插件字典
源代码
def get_loaded_plugins() -> dict[str, Plugin]:
"""
获取已加载的插件
Returns:
dict[str, Plugin]: 插件字典
"""
return _plugins