修改config.js

This commit is contained in:
tech-fever 2022-06-22 19:46:10 +08:00 committed by GitHub
parent b48404a8d4
commit 8c5df97dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -126,7 +126,8 @@ function getCaseSidebarZhCN() {
text: '社区项目', text: '社区项目',
children: [ children: [
{ text: '搭建哪吒 Telegram 机器人', link: '/case/case1' }, { 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', text: 'Community Projects',
children: [ children: [
{ text: 'Build your own Telegram bot to query server information', link: '/en_US/case/case1' }, { 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' }
] ]
} }
] ]