diff --git a/.vitepress/config.mts b/.vitepress/config.mts
index 9ed2d8b..1febe9f 100644
--- a/.vitepress/config.mts
+++ b/.vitepress/config.mts
@@ -186,6 +186,7 @@ export default withMermaid({
{
text: "OpenMCP 使用手册",
items: [
+ { text: 'UI 配色', link: '/plugin-tutorial/usage/ui-color' },
{ text: '连接 mcp 服务器', link: '/plugin-tutorial/usage/connect-mcp' },
{ text: '调试 tools, resources 和 prompts', link: '/plugin-tutorial/usage/debug' },
{ text: '连接大模型', link: '/plugin-tutorial/usage/connect-llm' },
diff --git a/.vitepress/theme/css/style.css b/.vitepress/theme/css/style.css
index a48e4d2..f2e1ecf 100644
--- a/.vitepress/theme/css/style.css
+++ b/.vitepress/theme/css/style.css
@@ -188,6 +188,18 @@
}
}
+.home-tab {
+ min-height: 477px;
+}
+
+
+@media (max-width: 500px) {
+ .home-tab {
+ min-height: 677px;
+ }
+}
+
+
.VPHero .image-container img {
box-shadow: unset !important;
}
diff --git a/index.md b/index.md
index 680e6a8..d9981ad 100644
--- a/index.md
+++ b/index.md
@@ -54,7 +54,7 @@ features:
-
+