From 2c0495d9b1f589f209ad0679447d43cc964856cb Mon Sep 17 00:00:00 2001 From: rogeraabbccdd Date: Fri, 12 Apr 2024 15:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=8D=E8=AD=98=20Node.js=20=E6=8B=86?= =?UTF-8?q?=E5=88=86=E5=85=A9=E5=80=8B=E7=AB=A0=E7=AF=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index df17e950..f93538ed 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -69,6 +69,7 @@ export default defineConfig({ text: 'Node.js', items: [ { text: '認識 Node.js', link: '/node/intro' }, + { text: '模組化', link: '/node/module' }, { text: 'LINE 機器人', link: '/node/line' }, ] },