diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js new file mode 100644 index 0000000..b80a467 --- /dev/null +++ b/docs/.vitepress/config.js @@ -0,0 +1,12 @@ +export default { + // 应用级配置选项 + lang: 'zh-cn', + title: 'VitePress', + description: 'Vite & Vue powered static site generator.', + themeConfig: { + footer: { + message: 'ICP备案号:冀ICP备2025104367号', + copyright: 'Copyright © 2019-2025 阿帅正传' + } + } +} \ No newline at end of file