mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
✨ 添加页脚信息,包含改进建议和版权声明
This commit is contained in:
parent
a3ccb4a8e5
commit
377ba70286
@ -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>',
|
||||
}
|
||||
},
|
||||
|
||||
})
|
@ -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>',
|
||||
}
|
||||
},
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user