提交更新

This commit is contained in:
2025-04-11 14:50:01 -04:00
parent dd0caecfb8
commit 21c2028b9d
5 changed files with 66 additions and 93 deletions
+6 -2
View File
@@ -3,7 +3,7 @@ import {defineConfig} from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
srcDir: './src',
lang: 'zh-CN',
lang: 'zh-Hans',
title: "iSharkFly 文档和手册",
description: "iSharkFly - Docs",
head: [
@@ -17,13 +17,17 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
})(window,document,'script','dataLayer','GTM-W3NL9V');`
]
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{text: '主页', link: '/'},
{text: 'iSharkFly', link: 'https://www.isharkfly.com'}
],
footer: {
message: '基于 MIT 许可发布',
copyright: `版权所有 © 2019-${new Date().getFullYear()} iSharkFly.COm`
},
sidebar: [
{
text: '计算机相关技术',