Skip to content

Commit

Permalink
🔖 version 0.13.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Oct 2, 2024
1 parent 2c59cac commit 25d5ae0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ _✨ NoneBot2 Satori Protocol适配器 / Satori Protocol Adapter for NoneBot2

目前提供了 `satori` 协议实现的有:
- [Chronocat](https://chronocat.vercel.app)
- Koishi (搭配 `@koishijs/plugin-server`
- [nekobox](https://github.com/wyapx/nekobox)
- Koishi (搭配 `@koishijs/plugin-server`, 其余内容请自行阅读 koishi 文档)

## 配置

Expand Down Expand Up @@ -103,6 +104,27 @@ overrides:

配置文件详细内容请参考 [Chronocat/config](https://chronocat.vercel.app/guide/config/)。

### 以对接 nekobox 为例

你可以通过 `nekobox show` 命令来获取当前的配置信息。

```shell
$ nekobox show xxxxxx
SignUrl: xxxxxxxxxxxxx
协议类型: linux
验证 token: *************
服务器绑定地址: 127.0.0.1
服务器绑定端口: 7788
服务器部署路径: neko
默认日志等级: INFO
```

此时
- `host` 与 `服务器绑定地址` 一致
- `port` 与 `服务器绑定端口` 一致
- `path` 与 `服务器部署路径` 一致
- `token` 与 `验证 token` 一致

## 示例

```python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-adapter-satori"
version = "0.13.0rc2"
version = "0.13.0rc3"
description = "Satori Protocol Adapter for Nonebot2"
authors = [
{name = "RF-Tar-Railt",email = "[email protected]"},
Expand Down

0 comments on commit 25d5ae0

Please sign in to comment.