fix:移除多余项目,修改插件配置文件位置

This commit is contained in:
SengokuCola
2025-07-03 21:18:15 +08:00
parent 42a6ddedb9
commit 77473b5817
4 changed files with 75 additions and 77 deletions

View File

@@ -141,7 +141,7 @@ class CoreActionsPlugin(BasePlugin):
config_schema = {
"plugin": {
"enabled": ConfigField(type=bool, default=True, description="是否启用插件"),
"config_version": ConfigField(type=str, default="0.2.0", description="配置文件版本"),
"config_version": ConfigField(type=str, default="0.3.1", description="配置文件版本"),
},
"components": {
"enable_reply": ConfigField(type=bool, default=True, description="是否启用'回复'动作"),