📝 Docs: 更新测试文档中的连接方式&细化插件发布描述 (#1504)

This commit is contained in:
StarHeart
2022-12-26 10:56:16 +08:00
committed by GitHub
parent 59c033e2dd
commit e32019f15d
4 changed files with 14 additions and 6 deletions

View File

@ -49,8 +49,8 @@ async def init_adapter(app: App, import_hook):
1. 反向 HTTPWebHook
2. 反向 WebSocket
3. ~~正向 HTTP(尚未实现)~~
4. ~~正向 WebSocket(尚未实现)~~
3. 正向 HTTP
4. 正向 WebSocket
NoneBug 的 `test_server` 方法可以供我们测试反向连接方式。