Fix Config.ts

This commit is contained in:
hhhkkk520 2022-06-24 15:15:55 +02:00
parent 07677535ac
commit 17b8e852a4
3 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function getCaseSidebarEnUS() {
{ text: '1. Build your own Telegram bot to query server information', link: '/en_US/case/case1' }, { 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: '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' } { text: '4. Fake-agent, monitoring data cheater', link: '/en_US/case/case4' }
] ]
} }
] ]

View File