新增社区项目-监控数据作弊器

This commit is contained in:
hhhkkk520
2022-06-24 14:45:18 +02:00
parent 22959892c5
commit 07677535ac
10 changed files with 44 additions and 2 deletions
+4 -2
View File
@@ -127,7 +127,8 @@ function getCaseSidebarZhCN() {
children: [
{ text: '1. 搭建哪吒 Telegram 机器人', link: '/case/case1' },
{ text: '2. 使用Siri语音运行快捷指令查询服务器状态', link: '/case/case2' },
{ text: '3. 自建多用户多语言 Telegram 服务器状态查询机器人', link: '/case/case3' }
{ text: '3. 自建多用户多语言 Telegram 服务器状态查询机器人', link: '/case/case3' },
{ text: '4. Fake-agent,监控数据作弊器', link: '/case/case4' }
]
}
]
@@ -193,7 +194,8 @@ function getCaseSidebarEnUS() {
children: [
{ text: '1. Build your own Telegram bot to query server information', link: '/en_US/case/case1' },
{ text: '2. Use Siri to run shortcut to check server status', link: '/en_US/case/case2' },
{ text: '3. Self-hosted, multi-user, multi-lingual server status query Telegram bot', link: '/en_US/case/case3' }
{ text: '3. Self-hosted, multi-user, multi-lingual server status query Telegram bot', link: '/en_US/case/case3' },
{ text: '4. Fake-agent, monitoring data cheater', link: '/en_US//case/case4' }
]
}
]