Skip to content

Commit

Permalink
docs: update Yutori guild (#11)
Browse files Browse the repository at this point in the history
* Update sidebars.ts

* Create yutori.mdx

* Update index.mdx
  • Loading branch information
Nyayurin authored Oct 2, 2024
1 parent 18c5be2 commit 22ccf3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docs/docs/guide/connect/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Chronocat 支持多种应用和框架。你可以从这里开始接入。
| -------------------------------------------------------------------- | ---------- | -------------------------------------- |
| [Satori](https://github.com/satorijs/satori) | TypeScript | Satori 的官方 TypeScript 实现 |
| [satori-rs](https://github.com/satorijs/satori-rs) | Rust | Satori 官方管理的 Rust 实现 |
| [Yutori-Next](https://nyayurn.github.io/Yutori-Next) | Kotlin | 基于 Satori 协议的多平台机器人开发框架 |
| [satori-sdk-go](https://github.com/satori-protocol-go/satori-sdk-go) | Go | Go 语言开发的 Satori 协议的 SDK 客户端 |
| [Patory](https://github.com/im-patory/patory) | PHP | Satori PHP 实现 |
| [SPPS](https://github.com/im-patory/spps) | PHP | Satori PHP SDK |
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/docs/guide/connect/yutori.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 接入 Yutori
sidebar_position: 6
---

[Yutori](https://github.com/Nyayurn/yutori) 是一个支持多聊天平台的 Kotlin Multiplatform 通讯软件开发框架。

Yutori 提供了 [Satori 扩展](https://github.com/Nyayurn/yutorix-satori),可以直接使用 Satori 适配器接入 Chronocat。

添加 `yutorix-satori-core``yutorix-satori-adapter` 依赖,`host` 填写 Chronocat 开启 Satori
服务的地址,`port` 填写 Satori 服务的 port,`token` 填写 Satori 服务的 token。编译运行项目,即可连接到 Chronocat。
1 change: 1 addition & 0 deletions packages/docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const sidebars: SidebarsConfig = {
'guide/connect/nonebot',
'guide/connect/avilla',
'guide/connect/kiramibot',
'guild/connect/yutori',
],
},
{
Expand Down

0 comments on commit 22ccf3b

Please sign in to comment.