Skip to content

Commit

Permalink
docs: getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuchen committed Mar 9, 2024
1 parent cd2aa9a commit 768248f
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions docs/zh-CN/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,31 @@

## 通用安装方法

::: details 安装LiteLoaderQQNT
前往 [LiteLoaderQQNT](https://liteloaderqqnt.github.io/guide/install.html) 安装后,找到LiteLoader所在目录,打开后如下图。
::: details 安装 LiteLoaderQQNT
**注意在安装之前请先关闭 QQ !**

![LiteLoaderPath](/asset/img/LiteLoaderPath.png)
推荐使用 [一键安装脚本](https://github.com/Mzdyl/LiteLoaderQQNT_Install/releases),支持 Windows、Linux、MacOS

:::
安装成功后打开QQ的设置,看到了 `LiteLoaderQQNT` 就代表安装成功了.

![](../../asset/img/llqqnt-install-success.png)

::: details 安装OneBotApi插件
前往 [OneBotApi](https://github.com/linyuchen/LiteLoaderQQNT-OneBotApi/releases/) 下载最新版本,进入LiteLoLoader子目录`plugins/LLOneBot`,将压缩包释放到该子目录,安装完成。
*关于插件的安装方法: 下载后解压复制到插件目录*
::: tip
手动安装见 [LiteLoaderQQNT文档](https://liteloaderqqnt.github.io/guide/install.html)
:::

::: details 正确安装后目录结构
*插件目录:LiteLoaderQQNT/plugins*
::: details 安装 LLOneBot

如果是通过一键脚本安装了 LiteLoaderQQNT ,则可以在插件商店搜索 `LLOneBot` 直接在线安装
![](../../asset/img/install-llonebot-from-plugin-store.png)

如果是手动安装,将下载 [LLOneBot](https://github.com/LLOneBot/LLOneBot/releases) 最新版本 解压放到 `plugins` 目录下,然后重启 QQ 即可.

::: tip
plugins 目录可以在 LiteLoaderQQNT 的页面找到并一键打开.
![](../../asset/img/open-plugins-dir.png)

目录结构如下:
```
├── plugins
│ ├── LLOneBot
Expand All @@ -27,23 +38,21 @@
```
:::

::: details 如何确认正确安装
**重启 QQ 后,打开设置,看到 `LLOneBot` ,代表安装成功.**
::: details 检查是否安装成功

![](/asset/img/llonebot-install-success.png)
:::
**重启 QQ 后,打开设置,看到 `LLOneBot` ,代表安装成功.**

::: tip
注意OneBotApi 2.0以下的版本不支持LiteLoader 1.0.0及以上版本
![](../../asset/img/llonebot-install-success.png)
:::

## Linux 容器化快速安装

具体问题参考: [LLOneBot-Docker](https://github.com/LLOneBot/llonebot-docker)
具体问题参考: [LLOneBot-Docker](https://github.com/MliKiowa/llonebot-docker)

::: code-group

```sh [Curl]
bash <(curl -s -L https://cdn.jsdelivr.net/gh/LLOneBot/llonebot-docker/fastboot.sh)
bash <(curl -s -L https://cdn.jsdelivr.net/gh/MliKiowa/llonebot-docker/fastboot.sh)
```

:::
Expand Down

0 comments on commit 768248f

Please sign in to comment.