From 6b0bd4bd0a80fef56ce68fce0435755400a2a35f Mon Sep 17 00:00:00 2001 From: huangdihd Date: Fri, 12 Jun 2026 00:07:05 +0800 Subject: [PATCH] docs: add community section (QQ group, Telegram) to READMEs Co-Authored-By: Claude Fable 5 --- README.md | 8 ++++++++ README_CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 171e0e2..1470648 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,14 @@ archive entry outside `plugins/` and `lang/`. The plugin directory is read from --- +## Community + +- **QQ Group**: `434173700` — main community for users and players +- **Telegram**: [t.me/xinbot_develop](https://t.me/xinbot_develop) +- **Issues**: bug reports and feature requests are welcome on [GitHub Issues](https://github.com/huangdihd/xinbot/issues) + +--- + ## License GPL-3.0-or-later, see LICENSE for the full text. diff --git a/README_CN.md b/README_CN.md index 34c536f..96c02e1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -90,6 +90,14 @@ java -jar xinbot.jar --help # 列出全部子命令 安装时会覆盖同名文件(并给出警告),且会忽略 `plugins/` 与 `lang/` 以外的所有条目。插件目录在存在 `config.conf` 时从中读取,否则使用默认的 `plugin/`。 +## 社区 + +- **QQ 群**: `434173700` — 用户与玩家交流主群 +- **Telegram**: [t.me/xinbot_develop](https://t.me/xinbot_develop) +- **问题反馈**: 欢迎在 [GitHub Issues](https://github.com/huangdihd/xinbot/issues) 提交 bug 与新功能建议 + +--- + ## 许可证 GPL-3.0-or-later,详见 LICENSE。