feat: 插件安装支持

This commit is contained in:
Junyan Qin
2024-11-04 00:01:07 +08:00
parent db02d9c126
commit 84a51cb26d
4 changed files with 87 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ class PluginInstaller(metaclass=abc.ABCMeta):
async def install_plugin(
self,
plugin_source: str,
task_context: taskmgr.TaskContext = taskmgr.TaskContext.placeholder(),
):
"""安装插件
"""