更新pyproject.toml,注释掉OneBot V11适配器配置以便于测试

This commit is contained in:
远野千束(神羽) 2024-11-05 20:26:02 +08:00
parent 6df5f5b6c5
commit c818705e4b

View File

@ -22,9 +22,9 @@ Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-marshoai"
[tool.nonebot]
plugins = ["nonebot_plugin_marshoai"]
adapters = [
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" },
]
# adapters = [
# { name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" },
# ] 测试用
[tool.pdm]
distribution = true