-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
407 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: chronocat-api | ||
--- | ||
|
||
import Link from '@docusaurus/Link' | ||
|
||
Chronocat API 引擎,实现了基础的 API 功能。绝大多数 API 都需要安装此引擎。 | ||
|
||
## 下载 | ||
|
||
可从 LiteLoaderQQNT 插件商店搜索「Chronocat Engine:API」直接安装,也可以在 Chronocat | ||
下载页找到插件。文件名应当类似 `chronocat-llqqnt-engine-chronocat-api-v0.0.0.zip`。 | ||
|
||
<Link | ||
className="button button--secondary button--lg" | ||
to="https://github.com/chrononeko/chronocat/releases" | ||
> | ||
<span>前往 Chronocat 下载页</span> | ||
</Link> | ||
|
||
## 提供 | ||
|
||
chronocat-api 引擎为 Chronocat 项目本身提供,与 Chronocat Shell 的版本号保持同步。 | ||
|
||
## 源代码 | ||
|
||
chronocat-api 引擎的源代码位于 | ||
[这里](https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-api)。 |
28 changes: 28 additions & 0 deletions
28
packages/docs/docs/guide/install/engine/chronocat-event.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: chronocat-event | ||
--- | ||
|
||
import Link from '@docusaurus/Link' | ||
|
||
Chronocat 事件引擎,实现了事件的监听和推送。监听消息需要安装此引擎。 | ||
|
||
## 下载 | ||
|
||
可从 LiteLoaderQQNT 插件商店搜索「Chronocat Engine:Event」直接安装,也可以在 Chronocat | ||
下载页找到插件。文件名应当类似 `chronocat-llqqnt-engine-chronocat-event-v0.0.0.zip`。 | ||
|
||
<Link | ||
className="button button--secondary button--lg" | ||
to="https://github.com/chrononeko/chronocat/releases" | ||
> | ||
<span>前往 Chronocat 下载页</span> | ||
</Link> | ||
|
||
## 提供 | ||
|
||
chronocat-event 引擎为 Chronocat 项目本身提供,与 Chronocat Shell 的版本号保持同步。 | ||
|
||
## 源代码 | ||
|
||
chronocat-event 引擎的源代码位于 | ||
[这里](https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-event)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: 安装引擎 | ||
--- | ||
|
||
import Link from '@docusaurus/Link' | ||
import DocCardList from '@theme/DocCardList' | ||
|
||
Chronocat 自身实现了 Satori 协议,但并不实现任何特定的功能;这些功能由 Chronocat | ||
引擎提供。你可以为 Chronocat 安装引擎来添加功能。 | ||
|
||
## :star: 一句话说明 :star: | ||
|
||
**绝大多数情况下,安装「chronocat-api」和「chronocat-event」两个引擎即可。** 二者均可从 LiteLoaderQQNT | ||
插件商店搜索「Chronocat」直接安装,也可以在 Chronocat 下载页找到插件。 | ||
|
||
<Link | ||
className="button button--secondary button--lg" | ||
to="https://github.com/chrononeko/chronocat/releases" | ||
> | ||
<span>前往 Chronocat 下载页</span> | ||
</Link> | ||
|
||
## 引擎一览 | ||
|
||
<DocCardList /> | ||
|
||
## 下一步 | ||
|
||
接下来,你可以将 Chronocat 接入你喜爱的应用或框架。 | ||
|
||
<Link | ||
className="button button--secondary button--lg button--normal" | ||
to="/guide/connect" | ||
> | ||
<span>前往接入</span> | ||
</Link> | ||
|
||
--- | ||
|
||
## 引擎功能参考 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: poke | ||
--- | ||
|
||
import Link from '@docusaurus/Link' | ||
|
||
戳一戳事件引擎,实现了戳一戳消息的接收。 | ||
|
||
目前仅支持如下环境: | ||
|
||
- Windows x64 | ||
- QQ 9.9.2-16183 及以上 | ||
|
||
开发者近期没有精力将此引擎移植到其他环境。 | ||
|
||
只能识别戳一戳消息的来源聊天/来源群。群内触发的戳一戳消息无法得知发送者。可以用于触发随机文字/表情包等内容回复。 | ||
|
||
## 下载 | ||
|
||
可从 LiteLoaderQQNT 插件商店搜索「Chronocat Engine:Poke」直接安装,也可以在项目发布仓库下载。 | ||
|
||
<Link | ||
className="button button--secondary button--lg" | ||
to="https://github.com/chrononeko/LiteLoaderQQNT-Plugin-Chronocat-Engine-Poke" | ||
> | ||
<span>LiteLoaderQQNT-Plugin-Chronocat-Engine-Poke</span> | ||
</Link> | ||
|
||
## 提供 | ||
|
||
poke 引擎为 Team Chrononeko 提供,但并不由 Chronocat 项目直接提供。最新版本以项目仓库提供的版本为准。 | ||
|
||
## 源代码 | ||
|
||
目前没有开放源代码的计划。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: 安装 Chronocat | ||
--- | ||
|
||
import Link from '@docusaurus/Link' | ||
import { UntrustedContents } from '@site/src/components/UntrustedContents' | ||
|
||
Chronocat 提供了多种安装方法,你可以根据自己的需求进行选择。 | ||
|
||
## :star: 一句话说明 :star: | ||
|
||
安装最新版 [QQ](https://im.qq.com) 和 | ||
[LiteLoaderQQNT](https://liteloaderqqnt.github.io),在插件市场搜索安装「Chronocat」「Chronocat Engine:API」「Chronocat Engine:Event」,最后重启 | ||
QQ 即可。 | ||
|
||
## 本机安装(推荐) | ||
|
||
本机安装会在当前电脑上安装 QQ 和 Chronocat 并运行,推荐使用这种方法安装 Chronocat。 | ||
|
||
<Link | ||
className="button button--secondary button--lg button--normal" | ||
to="/guide/install/shell/native" | ||
> | ||
<span>本机安装</span> | ||
</Link> | ||
|
||
## 手机安装 | ||
|
||
<UntrustedContents /> | ||
|
||
社区提供了在手机上安装和运行 Chronocat 的方法,基于 ZeroTermux。 | ||
|
||
<Link | ||
className="button button--secondary button--lg button--normal" | ||
to="/guide/install/shell/phone" | ||
> | ||
<span>手机安装</span> | ||
</Link> |
File renamed without changes
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.