From 7de90dc1cead4821debcfce0841883357fe846e2 Mon Sep 17 00:00:00 2001 From: jinzhongjia Date: Tue, 26 Sep 2023 01:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- learn/.vitepress/sidebar.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/learn/.vitepress/sidebar.ts b/learn/.vitepress/sidebar.ts index 76668bcf..9aab2bbe 100644 --- a/learn/.vitepress/sidebar.ts +++ b/learn/.vitepress/sidebar.ts @@ -101,14 +101,14 @@ export default [ }, ], }, - { - text: "可选类型", - link: "/basic/optional_type", - }, { text: "联合类型", link: "/basic/union", }, + { + text: "可选类型", + link: "/basic/optional_type", + }, { text: "错误处理", link: "/basic/error_handle",