📝 优化文档显示

This commit is contained in:
2024-08-30 15:09:17 +08:00
parent efbf0731c9
commit 9f1baf448c
6 changed files with 22 additions and 5 deletions

View File

@@ -12,6 +12,10 @@ export const en = defineConfig({
footer: {
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: 'Copyright (C) 2020-2024 SnowyKami. All Rights Reserved'
},
outline: {
label: "On this page",
level: [2, 6]
}
},
})