From 6d7b08b1ee4162fc95577fbd4c137a793eccac32 Mon Sep 17 00:00:00 2001 From: local Date: Sun, 31 Mar 2024 19:22:52 +0800 Subject: [PATCH] order --- .vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 4b659567..5b240508 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -140,8 +140,8 @@ function i18nSidebar(locale) { title: i18n(locale, 'practical'), path: i18nPath(locale, '/app/app'), children: i18nPath(locale, [ - 'app/transparent_proxy', 'app/tproxy', + 'app/transparent_proxy', 'app/reverse', 'app/reverse2', 'app/parent',