diff --git a/README.md b/README.md index 7b05e919..87a7b1d2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -![GitHub issues](https://img.shields.io/github/issues/Teahouse-Studios/bot) ![GitHub pull requests](https://img.shields.io/github/issues-pr/Teahouse-Studios/bot) ![License](https://img.shields.io/github/license/Teahouse-Studios/bot) ![GitHub Repo stars](https://img.shields.io/github/stars/Teahouse-Studios/bot?style=social) ![GitHub tag](https://img.shields.io/github/v/tag/Teahouse-Studios/bot?include_prereleases) [![Crowdin](https://badges.crowdin.net/akari-bot/localized.svg)](https://crowdin.com/project/akari-bot) +![GitHub issues](https://img.shields.io/github/issues/Teahouse-Studios/bot) ![GitHub pull requests](https://img.shields.io/github/issues-pr/Teahouse-Studios/bot) ![License](https://img.shields.io/github/license/Teahouse-Studios/bot) ![GitHub tag](https://img.shields.io/github/v/tag/Teahouse-Studios/bot?include_prereleases) [![Crowdin](https://badges.crowdin.net/akari-bot/localized.svg)](https://crowdin.com/project/akari-bot) ![GitHub Repo stars](https://img.shields.io/github/stars/Teahouse-Studios/bot?style=social) ## 介绍 @@ -29,19 +29,21 @@ 茶馆工作室和问谛居共同提供小可的公共实例。 -#### Telegram +#### QQ -链接:,支持私聊和群聊。 +~~目前 QQ 上稳定运行的小可实例为小可三号机。由于腾讯风控问题,请[在此提交](https://github.com/Teahouse-Studios/akari-bot/issues/new?assignees=OasisAkari&labels=New&template=add_new_group.yaml&title=%5BNEW%5D%3A+)入群申请。~~ + +~~QQ 频道的测试版支持也请在上方链接申请。~~ + +我们正在进行 QQ 频道官方机器人入驻,未来可能会成为官方认证的机器人。 #### Discord 邀请链接: -#### QQ +#### Telegram -~~目前 QQ 上稳定运行的小可实例为小可三号机。由于腾讯风控问题,请[在此提交](https://github.com/Teahouse-Studios/akari-bot/issues/new?assignees=OasisAkari&labels=New&template=add_new_group.yaml&title=%5BNEW%5D%3A+)入群申请。~~ - -~~QQ 频道的测试版支持也请在上方链接申请。~~ 我们正在进行 QQ 频道官方机器人入驻,未来可能会成为官方认证的机器人。 +链接:,支持私聊和群聊。 #### Kook @@ -49,13 +51,15 @@ ### 自搭建 -你可以[参考这里](./DEPLOY.md)来进行尝试搭建。 +你可以参考[此处](./docs/DEPLOY.md)来尝试搭建。 若遇到问题,可以通过 [Issue](https://github.com/Teahouse-Studios/akari-bot/issues/new) 或其他方式咨询开发者。 ### 多语言 -关于小可的多语言问题,可前往 [Crowdin](https://crowdin.com/project/akari-bot) 参与改进。 +你可以前往 [Crowdin](https://crowdin.com/project/akari-bot) 参与改进小可的多语言支持。 + +关于多语言的详细规范说明,请见[这里](./docs/LOCALES.md)。 ### 贡献 diff --git a/DEPLOY.md b/docs/DEPLOY.md similarity index 97% rename from DEPLOY.md rename to docs/DEPLOY.md index 1c58c8a5..7c95e380 100644 --- a/DEPLOY.md +++ b/docs/DEPLOY.md @@ -17,7 +17,7 @@ # 正常部署 -若想使用 Docker 部署,请转到[使用 Docker 部署](./DEPLOY_Docker.md)。 +若想使用 Docker 部署,请转到[使用 Docker 部署](./docs/DEPLOY_Docker.md)。 ## 准备 diff --git a/DEPLOY_Docker.md b/docs/DEPLOY_Docker.md similarity index 97% rename from DEPLOY_Docker.md rename to docs/DEPLOY_Docker.md index f594df94..dd92eec4 100644 --- a/DEPLOY_Docker.md +++ b/docs/DEPLOY_Docker.md @@ -16,7 +16,7 @@ # 使用 Docker 镜像部署 -若不想使用 Docker 部署,请转到[正常部署](./DEPLOY.md)。 +若不想使用 Docker 部署,请转到[正常部署](./docs/DEPLOY.md)。 ## 准备 diff --git a/LOCALES.md b/docs/LOCALES.md similarity index 100% rename from LOCALES.md rename to docs/LOCALES.md