diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index d30115ff..ed7bddcb 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -126,7 +126,8 @@ function getCaseSidebarZhCN() { text: '社区项目', children: [ { text: '搭建哪吒 Telegram 机器人', link: '/case/case1' }, - { text: '使用Siri语音运行快捷指令查询服务器状态', link: '/case/case2' } + { text: '使用Siri语音运行快捷指令查询服务器状态', link: '/case/case2' }, + { text: '自建多语言 Telegram 服务器查询机器人', link: '/case/case3' } ] } ] @@ -191,7 +192,8 @@ function getCaseSidebarEnUS() { text: 'Community Projects', children: [ { text: 'Build your own Telegram bot to query server information', link: '/en_US/case/case1' }, - { text: 'Use Siri to run shortcut to check server status', link: '/en_US/case/case2' } + { text: 'Use Siri to run shortcut to check server status', link: '/en_US/case/case2' }, + { text: 'Build your own telegram query robot that supports multi-language', link: '/en_US/case/case3' } ] } ] diff --git a/docs/case/case3.md b/docs/case/case3.md new file mode 100644 index 00000000..c6216260 --- /dev/null +++ b/docs/case/case3.md @@ -0,0 +1,13 @@ +# 自建使用API来进行查询的支持多语言的telegram查询机器人 +贡献者: ++ [tech-fever]([https://github.com/spiritLHLS](https://github.com/tech-fever) + +项目地址:[nezha_telegram_bot](https://github.com/tech-fever/nezha_telegram_bot) + + +## 项目特色 +开源telegram机器人项目,可以基于API实时查询哪吒面板的服务器信息。 + +- [x] 支持中/英多语言切换 +- [x] 支持分组统计(CPU磁盘内存上下行速度流量统计等) +- [x] 支持实时刷新单个服务器数据 diff --git a/docs/en_US/case/case3.md b/docs/en_US/case/case3.md new file mode 100644 index 00000000..ea8e3ae1 --- /dev/null +++ b/docs/en_US/case/case3.md @@ -0,0 +1,13 @@ +# Build your own telegram query robot that supports multi-language query using API +Contributor: ++ [tech-fever]([https://github.com/spiritLHLS](https://github.com/tech-fever) + +GitHub project: [nezha_telegram_bot](https://github.com/tech-fever/nezha_telegram_bot) + + +## Features +Open source telegram robot project that can query the server information of the Nezha Monitoring in real time based on the API. + +- [x] Support Chinese/English multi-language switch +- [x] Support tag statistics (CPU, disk, memory, upstream and downstream speed, traffic statistics, etc.) +- [x] Support real-time refresh of single server data