Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 28, 2022
1 parent 366993b commit 60509ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ yarn create koishi

- 提供在线插件市场,即使没有 js 编程基础,也能轻松在控制台中下载安装插件
- 支持 QQ,Telegram,Discord 等主流聊天平台,支持多账户和跨平台数据互通
- 随时随机通过控制面板监控运行状态,控制机器人的行为,甚至上号聊天
- 随时随地通过控制面板监控运行状态,控制机器人的行为,甚至上号聊天

参见:[创建模板项目](https://koishi.js.org/guide/introduction/template.html)

Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/layouts/home/screen-2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ul>
<li>提供在线插件市场,一键下载安装插件</li>
<li>支持 QQ,Telegram,Discord 等主流聊天平台</li>
<li>随时随机通过控制面板监控运行状态,甚至上号聊天</li>
<li>随时随地通过控制面板监控运行状态,甚至上号聊天</li>
</ul>
<p>查看指南:<router-link to="/guide/introduction/template">创建 Koishi 模板项目</router-link></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Koishi 是一个现代、高效的跨平台聊天机器人框架。

- 提供在线插件市场,即使没有 js 编程基础,也能轻松在控制台中下载安装插件
- 支持 QQ,Telegram,Discord 等主流聊天平台,支持多账户和跨平台数据互通
- 随时随机通过控制面板监控运行状态,控制机器人的行为,甚至上号聊天
- 随时随地通过控制面板监控运行状态,控制机器人的行为,甚至上号聊天

参见:[创建 Koishi 控制台项目](./template.md)

Expand Down

0 comments on commit 60509ff

Please sign in to comment.