Skip to content

Commit d359a8e

Browse files
committed
修正图像路径,更新文档中的头像和主图像引用
1 parent b014148 commit d359a8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
title: "MaiMBot 文档中心",
66
description: "MaiMBot 开发与使用的全方位指南",
77
head: [
8-
['link', { rel: 'icon', href: '/public/avatars/MaiM.png' }]
8+
['link', { rel: 'icon', href: '/avatars/MaiM.png' }]
99
],
1010
themeConfig: {
1111
search: {

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
text: 智能、多功能的QQ群聊机器人
77
tagline: 基于大语言模型的聊天机器人,具有记忆系统和情感表达能力
88
image:
9-
src: /public/images/maimai.png
9+
src: /images/maimai.png
1010
alt: MaiMBot
1111
actions:
1212
- theme: brand

manual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ MaiMBot是一个功能强大的QQ群聊机器人,基于大语言模型提供
5252
</div>
5353

5454

55-
![MaiMBot](/public/avatars/MaiM.png)
55+
![MaiMBot](/avatars/MaiM.png)

0 commit comments

Comments
 (0)