🔥 新增搜索功能

This commit is contained in:
2024-08-31 07:54:41 +08:00
parent 25a6062837
commit 8eca5e2c22
4 changed files with 77 additions and 4 deletions

View File

@@ -23,6 +23,6 @@ export const en = defineConfig({
message: 'Documentation built with <a href="https://vitepress.dev/">VitePress</a> | API references generated by <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a>',
copyright: ThemeConfig.copyright
},
outline: ThemeConfig.getOutLine("Page Content")
outline: ThemeConfig.getOutLine("Page Content"),
},
})