mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 08:16:03 +00:00
feat: 插件删除功能
This commit is contained in:
@@ -31,6 +31,7 @@ class PluginInstaller(metaclass=abc.ABCMeta):
|
||||
async def uninstall_plugin(
|
||||
self,
|
||||
plugin_name: str,
|
||||
task_context: taskmgr.TaskContext = taskmgr.TaskContext.placeholder(),
|
||||
):
|
||||
"""卸载插件
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user