enhance logging message, fix default

This commit is contained in:
UnCLASPrommer
2025-07-15 18:02:06 +08:00
parent 8f0fe51bd4
commit 418d555b57
4 changed files with 5 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ class CoreActionsPlugin(BasePlugin):
# 配置Schema定义
config_schema = {
"plugin": {
"enabled": ConfigField(type=bool, default=False, description="是否启用插件"),
"enabled": ConfigField(type=bool, default=True, description="是否启用插件"),
"config_version": ConfigField(type=str, default="0.4.0", description="配置文件版本"),
},
"components": {