Skip to content

Commit

Permalink
新增使用LLOneBot的教程 (#12)
Browse files Browse the repository at this point in the history
* Update configure.md

* Add files via upload

* Update configure.md
  • Loading branch information
hsyhhssyy authored Dec 2, 2024
1 parent 6228b10 commit a080049
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
Binary file added docs/assets/console/llOneBot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/console/llOneBotConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/console/llOnebotSave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/console/ntqq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions docs/guide/deploy/console/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,31 @@ secret_key: Uky7BB8zxxxxxxxxigQzVt64oLgnn
机器人不需要 appid,但你仍然需要在配置里随便填写一个 appid,推荐使用 KOOK
应用的 `Client Id`。

## CQ-Http QQ群机器人
## LLOneBot机器人(推荐)

当前环境下,推荐使用LLOneBot部署QQ机器人。<br>
首先你需要下载并安装[NTQQ](https://im.qq.com/pcqq/index.shtml) 。注意,不是普通的Window QQ,而是NTQQ。
安装后,打开QQ的菜单并点击关于,在其中看到“基于QQNT技术架构字样”证明你安装对了。

<img style="width: 400px" src="../../../assets/console/ntqq.png" alt="image">

接下来,跟随[llonebot的教程](https://llonebot.github.io/zh-CN/guide/getting-started),安装LiteLoaderQQNT和LLOneBot。

全部安装完成后,打开QQ的设置菜单,可以看到LLOneBot就证明你安装成功了。

<img style="width: 400px" src="../../../assets/console/llOneBot.png" alt="image">

接下来,按照下图所示,填写LLOneBot配置项,和配置AmiayBot实例。

<img style="width: 400px" src="../../../assets/console/llOneBotConfig.png" alt="image">

::: 请注意<br>
LLOneBot配置页面下方,有一个单独的保存按钮,如下图所示。你必须按下该按钮才能保存设置。
:::

<img style="width: 400px" src="../../../assets/console/llOnebotSave.png" alt="image">

## ~~CQ-Http QQ群机器人~~(不推荐)

`APP ID` 为登录在 go-cqhttp 的 **QQ 号**。<br>
`TOKEN` 填写配置的 access-token,没有配置则不需要填写。<br>
Expand Down Expand Up @@ -81,7 +105,7 @@ default-middlewares: &default
bucket: 1 # 令牌桶大小
```

## Mirai-api-http QQ群机器人
## ~~Mirai-api-http QQ群机器人~~(不推荐)

`APP ID` 为登录在 mirai-api-http 的 **QQ 号**。<br>
`TOKEN` 为 mirai-api-http 的 **AuthKey**。<br>
Expand Down

0 comments on commit a080049

Please sign in to comment.