此文档已弃用。请访问我们的最新文档:https://koishi.chat

插件管理 (Market)

配置项

search.endpoint

  • 类型: string

用于搜索插件市场的网址。默认跟随当前的 npm registry。

TIP

一个规范的 npm registryopen in new window 服务器会包含搜索功能。但并不是所有 npm 镜像都支持了搜索 API (例如 https://registry.npmmirror.com)。如果你使用了不支持搜索的镜像,请设置此项,否则插件市场将无法显示。

你可以填入我们的官方镜像:https://registry.koishi.chat/index.json。

search.timeout

  • 类型: number
  • 默认值: 30000

搜索插件市场的超时时间,单位为毫秒。