feat: 插件删除功能

This commit is contained in:
Junyan Qin
2024-11-09 23:25:26 +08:00
parent 601fa0ac7f
commit 15482e398b
6 changed files with 39 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ class PluginInstaller(metaclass=abc.ABCMeta):
async def uninstall_plugin(
self,
plugin_name: str,
task_context: taskmgr.TaskContext = taskmgr.TaskContext.placeholder(),
):
"""卸载插件
"""