From 5759f69be5b15f48190635be4f0508a1971149f3 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Sun, 29 Sep 2024 13:54:32 +0800 Subject: [PATCH] dev --- src/.vitepress/config.mts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index f469ece..81f5680 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -20,6 +20,14 @@ export default defineConfig({ { text: '基础服务', link: '/base' }, { text: '应用服务', link: '/app' }, { text: '各领域服务库', link: '/libs' }, + { + text: 'Dropdown Menu', + items: [ + { text: '电商', link: '/item-1' }, + { text: '即时通讯', link: '/item-2' }, + { text: '物联网', link: '/item-3' } + ] + } { text: '开发指南', link: '/guide' }, { text: '森林AI', link: 'https://www.senlinai.com', target: '_blank' } ],