From 427cd87849f3f95166df1f511341242d785d99bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1250076672@qq.com> Date: Wed, 5 Nov 2025 22:46:24 +0800 Subject: [PATCH] ipc --- docs/.vitepress/config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/.vitepress/config.js 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