We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b014148 commit d359a8eCopy full SHA for d359a8e
.vitepress/config.mts
@@ -5,7 +5,7 @@ export default defineConfig({
5
title: "MaiMBot 文档中心",
6
description: "MaiMBot 开发与使用的全方位指南",
7
head: [
8
- ['link', { rel: 'icon', href: '/public/avatars/MaiM.png' }]
+ ['link', { rel: 'icon', href: '/avatars/MaiM.png' }]
9
],
10
themeConfig: {
11
search: {
index.md
@@ -6,7 +6,7 @@ hero:
text: 智能、多功能的QQ群聊机器人
tagline: 基于大语言模型的聊天机器人,具有记忆系统和情感表达能力
image:
- src: /public/images/maimai.png
+ src: /images/maimai.png
alt: MaiMBot
actions:
12
- theme: brand
manual/index.md
@@ -52,4 +52,4 @@ MaiMBot是一个功能强大的QQ群聊机器人,基于大语言模型提供
52
</div>
53
54
55
-
+
0 commit comments