添加页脚信息,包含改进建议和版权声明

This commit is contained in:
远野千束(神羽) 2024-12-15 23:01:16 +08:00
parent a3ccb4a8e5
commit 377ba70286
2 changed files with 9 additions and 0 deletions

View File

@ -20,5 +20,10 @@ export const en = defineConfig({
darkModeSwitchLabel: 'Theme',
lightModeSwitchTitle: 'Light',
darkModeSwitchTitle: 'Dark',
footer: {
message: "The document is being improved. Suggestions are welcome.",
copyright: '© 2024 <a href="https://liteyuki.icu" target="_blank">Liteyuki Studio</a>',
}
},
})

View File

@ -20,5 +20,9 @@ export const ja = defineConfig({
darkModeSwitchLabel: 'テーマ',
lightModeSwitchTitle: 'ライト',
darkModeSwitchTitle: 'ダーク',
footer: {
message: "ドキュメントは改善中です。ご意見をお待ちしております。",
copyright: '© 2024 <a href="https://liteyuki.icu" target="_blank">Liteyuki Studio</a>',
}
},
})