This commit is contained in:
Windpicker-owo
2025-08-31 00:20:17 +08:00
parent c7823245d2
commit d1d59591d8
2 changed files with 4 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ class APITestHandler(BaseEventHandler):
@register_plugin
class NapcatAdapterPlugin(BasePlugin):
plugin_name = CONSTS.PLUGIN_NAME
enable_plugin: bool = False
enable_plugin: bool = True
dependencies: List[str] = [] # 插件依赖列表
python_dependencies: List[str] = [] # Python包依赖列表
config_file_name: str = "config.toml" # 配置文件名