feat(docs): 添加网站导航栏 Logo

- 在主题配置中添加 logo 属性指向 '/logo-icon.png'
- 配置文件中增加 Logo 显示功能
This commit is contained in:
GeWuYou 2026-02-11 10:25:15 +08:00 committed by gewuyou
parent 1dc173e4df
commit 45068f304f
3 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export default defineConfig({
description: "面向游戏开发场景的模块化 C# 框架",
base: "/GFramework/",
themeConfig: {
logo: '/logo-icon.png',
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: '首页', link: '/' },

BIN
docs/public/logo-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

BIN
docs/public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB