Skip to content

Commit 8d18df9

Browse files
committed
docs: 更新文档标题和首页文案
- 移除高级功能菜单中的"QQ"前缀,使文档标题更加通用 - 更新首页英雄文案,将"QQBot"改为"ChatBot",强调其通用性
1 parent 69b6dd6 commit 8d18df9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export default ({
2626
{ text: '事件处理', link: '/advanced/event-handlers' },
2727
{ text: '事件管理器', link: '/advanced/event-manager' },
2828
{ text: '操作', link: '/advanced/actions' },
29-
{ text: 'QQ富文本', link: '/advanced/rich-text' },
30-
{ text: 'QQ数据缓存', link: '/advanced/data-cache' },
29+
{ text: '富文本', link: '/advanced/rich-text' },
30+
{ text: '数据缓存', link: '/advanced/data-cache' },
3131
{ text: '插件配置', link: '/advanced/plugin-config' },
3232
{ text: '插件管理器', link: '/advanced/plugin-manager' }
3333
]

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44

55
hero:
66
name: "MuRainBot2"
7-
text: "一个基于 Python<br>适配 OneBot11 协议的<br>轻量级 QQBot 框架"
7+
text: "一个基于 Python<br>适配 OneBot11 协议的<br>轻量级 ChatBot 框架"
88
tagline:
99
image:
1010
src: /icon.webp

0 commit comments

Comments
 (0)