mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-19 03:54:19 +00:00
fix: 插件开关相关bug
This commit is contained in:
@@ -197,6 +197,7 @@ def register(name: str, description: str, version: str, author: str):
|
||||
"hooks": {},
|
||||
"path": host.__current_module_path__,
|
||||
"enabled": True,
|
||||
"instance": None,
|
||||
}
|
||||
|
||||
def wrapper(cls: Plugin):
|
||||
|
||||
Reference in New Issue
Block a user