修改config.js
This commit is contained in:
parent
b48404a8d4
commit
8c5df97dad
@ -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' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user