fix: set plugin enabled=true as default

This commit is contained in:
Junyan Qin
2025-08-25 20:56:39 +08:00
parent 55df728471
commit ea6ce2f552

View File

@@ -97,7 +97,7 @@ class RuntimeConnectionHandler(handler.Handler):
)
data = {
'enabled': False,
'enabled': True,
'priority': 0,
'plugin_config': {},
'install_source': 'local',