Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Protocol

Shirasawa edited this page Mar 21, 2020 · 1 revision

资源

全部的协议JSON都可以含有以下字段:

{
  "plugins": <plugins>
}

说明

plugins (插件列表) - 可选

类型: 对象

在执行该协议相关处理器前会尝试安装这些插件

实例:

{
  "@Apisium/plugin1": "https://example.com/plugin1.json"
}
Clone this wiki locally