diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 945b18b..14f26ff 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -4,6 +4,17 @@ export default { title: '阿帅正传', description: 'Vite & Vue powered static site generator.', themeConfig: { + lastUpdated: { + text: '文档更新时间:', + formatOptions: { + dateStyle: 'full', + timeStyle: 'medium' + } + }, + editLink: { + pattern: 'https://gitee.com/song_kang_shuai/xsinfo/edit/master/docs/:path', + text: 'Gitee 上编辑该文档' + }, footer: { message: '冀ICP备2025104367号/京公网安备11011502038830号', copyright: 'Copyright ©2025 阿帅正传 版权所有 | 转载请注明出处'