update
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
export default defineConfig({
|
||||
base: '/WarmIsland/',
|
||||
title: "WarmIsland 暖屿",
|
||||
description: "具有独特气质的生活博客主题",
|
||||
lang: 'zh-CN',
|
||||
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
|
||||
head: [['link', { rel: 'icon', href: '/WarmIsland/favicon.ico' }]],
|
||||
themeConfig: {
|
||||
logo: '/favicon.ico',
|
||||
logo: '/WarmIsland/favicon.ico',
|
||||
|
||||
nav: [
|
||||
{ text: '示例站点', link: 'https://nxxy335.top/' }
|
||||
@@ -100,7 +101,7 @@ export default defineConfig({
|
||||
|
||||
footer: {
|
||||
message: '基于 GPL-3.0 许可发布',
|
||||
copyright: '© 2024-present 暖心向阳335'
|
||||
copyright: '© 2026 暖心向阳335'
|
||||
},
|
||||
|
||||
docFooter: {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# 更新日志
|
||||
|
||||
## v1.0.0
|
||||
## v0.1.0
|
||||
|
||||
首次发布 🎉
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ footer_socials:
|
||||
|
||||
### 显示主题版本(footer_show_theme)
|
||||
|
||||
开启后,页脚会显示当前 WarmIsland 主题的名称和版本号,如「Theme WarmIsland v1.0.0」。
|
||||
开启后,页脚会显示当前 WarmIsland 主题的名称和版本号,如「Theme WarmIsland v0.1.0」。
|
||||
|
||||
::: tip
|
||||
保持开启主题版本显示有助于访客了解你使用的主题,也可能帮助你在遇到问题时快速确认当前版本号。
|
||||
|
||||
Reference in New Issue
Block a user