From 2b2a4d862547c64c3916ece7ed656e55ee44f5a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1018008088@qq.com>
Date: Fri, 7 Nov 2025 15:35:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=20Gitee=20=E4=B8=8A=E7=BC=96=E8=BE=91=E8=AF=A5?=
=?UTF-8?q?=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/.vitepress/config.js | 11 +++++++++++
1 file changed, 11 insertions(+)
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 阿帅正传 版权所有 | 转载请注明出处'