🔥 更新字体样式

This commit is contained in:
2024-08-31 07:40:03 +08:00
parent 70d1c95254
commit 25a6062837
5 changed files with 20 additions and 21 deletions

View File

@@ -21,11 +21,8 @@ export const ja = defineConfig({
),
footer: {
message: '<a href="https://vitepress.dev/">VitePress</a> で構築されたドキュメント | <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a> によって生成されたAPIリファレンス',
copyright: 'Copyright (C) 2020-2024 SnowyKami. All Rights Reserved'
copyright: ThemeConfig.copyright
},
outline: {
label: "このページについて",
level: [2, 6]
}
outline: ThemeConfig.getOutLine("ページの内容")
},
})