Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Jun 23, 2024
1 parent 3898f55 commit 3813570
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 33 deletions.
7 changes: 7 additions & 0 deletions src/intro/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@
该命令需要获取推送后的缓存数据<br>
若刚刚配置推送用户,该博主/UP 可能 `不会马上出现` 在推送列表中<br>
因为需要 `等待推送缓存刷新` (即 当他/她发布新动态后触发的那次推送才能刷新推送缓存)后才可获取到该博主/UP 的相关信息

## 样式

::: warning 警告
以下内容可能具有时效性
::: details #kkk 推送列表
![](../../public/intro/pushlist.jpg)
:::

## TODO

往后可能会根据配置文件内容进行内容渲染,而不是通过数据库缓存
38 changes: 5 additions & 33 deletions src/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

## 安装插件

::: warning 注意
只支持 `Yunzai-Bot V3`<br>
本插件主在 `icqq` 适配器的基础上进行开发,其他适配器/协议端可否使用需自行测试
::: tip 注意
支持 `Miao-Yunzai V3/V4` `TRSS-Yunzai V3` `Karin`<br>
:::

机器人目录下打开终端执行
Expand All @@ -29,53 +28,26 @@ git clone --depth=1 https://mirror.ghproxy.com/https://github.com/ikenxuan/kkkkk

:::

<h2>以下内容仍在开发中</h2>

::: details 如果你想在 [`Miao-Yunzai v4`](https://github.com/yoimiya-kokomi/Miao-Yunzai/tree/dev) 安装

<p style="color: red; font-weight: bolder;">请留意分支为 d,该分支未来将会废弃,合并到 master</p>

::: code-group

```sh [GitHub]
# (国外推荐)使用 GitHub
git clone --branch d --depth=1 https://github.com/ikenxuan/kkkkkk-10086.git ./plugins/kkkkkk-10086/
```

```sh [Gitee]
# (国内推荐)使用 Gitee
git clone --branch d --depth=1 https://gitee.com/ikenxuan/kkkkkk-10086.git ./plugins/kkkkkk-10086/
```

```sh [Ghproxy]
# (国内推荐)使用 Ghproxy 代理 Github
git clone --branch d --depth=1 https://mirror.ghproxy.com/https://github.com/ikenxuan/kkkkkk-10086.git ./plugins/kkkkkk-10086/
```

:::

::: details 如果你想在 [`Karin`](https://github.com/KarinJS/Karin) 安装

Karin 框架 文档: https://karinjs.github.io/Karin<br>

<p style="color: red; font-weight: bolder;">请留意分支为 d,该分支未来将会废弃,合并到 master</p>
Karin 务必使用以下的命令安装,否则插件可能不会被识别

::: code-group

```sh [GitHub]
# (国外推荐)使用 GitHub
git clone --branch d --depth=1 https://github.com/ikenxuan/kkkkkk-10086.git ./plugins/karin-plugin-kkkkkk-10086/
git clone --depth=1 https://github.com/ikenxuan/kkkkkk-10086.git ./plugins/karin-plugin-kkkkkk-10086/
```

```sh [Gitee]
# (国内推荐)使用 Gitee
git clone --branch d --depth=1 https://gitee.com/ikenxuan/kkkkkk-10086.git ./plugins/karin-plugin-kkkkkk-10086/
git clone --depth=1 https://gitee.com/ikenxuan/kkkkkk-10086.git ./plugins/karin-plugin-kkkkkk-10086/
```

```sh [Ghproxy]
# (国内推荐)使用 Ghproxy 代理 Github
git clone --branch d --depth=1 https://mirror.ghproxy.com/https://github.com/ikenxuan/kkkkkk-10086.git ./plugins/karin-plugin-kkkkkk-10086/
git clone --depth=1 https://mirror.ghproxy.com/https://github.com/ikenxuan/kkkkkk-10086.git ./plugins/karin-plugin-kkkkkk-10086/
```

:::
Expand Down

0 comments on commit 3813570

Please sign in to comment.