diff --git a/.vitepress/theme/Layout.vue b/.vitepress/theme/Layout.vue index 3a2864b..82606a0 100644 --- a/.vitepress/theme/Layout.vue +++ b/.vitepress/theme/Layout.vue @@ -111,11 +111,12 @@ function makeHomeAnimation() { const elements = [ - { selector: ".bilibili-player-container", start: "top 65%", end: "top 65%" }, - { selector: "#openmcp-为谁准备", trigger: '#openmcp-为谁准备', start: "top 65%", end: "top 65%" }, - { selector: ".k-tabs", trigger: '#openmcp-为谁准备', start: "top 65%", end: "top 65%" }, - { selector: "#问题解答-faq", trigger: '#问题解答-faq', start: "top 65%", end: "top 65%" }, - { selector: ".el-collapse", trigger: '#问题解答-faq', start: "top 65%", end: "top 65%" }, + { selector: "#home-0", trigger: '#home-0', start: "top 65%", end: "top 65%" }, + { selector: ".bilibili-player-container", trigger: '#home-0', start: "top 65%", end: "top 65%" }, + { selector: "#home-1", trigger: '#home-1', start: "top 65%", end: "top 65%" }, + { selector: ".k-tabs", trigger: '#home-1', start: "top 65%", end: "top 65%" }, + { selector: "#home-2", trigger: '#home-2', start: "top 65%", end: "top 65%" }, + { selector: ".el-collapse", trigger: '#home-2', start: "top 65%", end: "top 65%" }, ]; elements.forEach(element => { diff --git a/.vitepress/theme/components/KTab/index.vue b/.vitepress/theme/components/KTab/index.vue index 7ecf773..c106926 100644 --- a/.vitepress/theme/components/KTab/index.vue +++ b/.vitepress/theme/components/KTab/index.vue @@ -1,9 +1,11 @@ \ No newline at end of file diff --git a/.vitepress/theme/components/home/HeroImage.vue b/.vitepress/theme/components/home/HeroImage.vue index f3ac7bb..13b6a5f 100644 --- a/.vitepress/theme/components/home/HeroImage.vue +++ b/.vitepress/theme/components/home/HeroImage.vue @@ -1,6 +1,7 @@ - diff --git a/.vitepress/theme/css/animation.css b/.vitepress/theme/css/animation.css index 70b218c..cda820b 100644 --- a/.vitepress/theme/css/animation.css +++ b/.vitepress/theme/css/animation.css @@ -59,6 +59,7 @@ background-color: var(--vp-c-brand-3); } +.VPFeatures .item:hover .box .title, .VPFeatures .item:hover .box .details { color: var(--vp-c-white); } diff --git a/.vitepress/theme/css/style.css b/.vitepress/theme/css/style.css index ded78df..ffc7521 100644 --- a/.vitepress/theme/css/style.css +++ b/.vitepress/theme/css/style.css @@ -266,7 +266,52 @@ iframe { color: white; } -.VPHero .name.clip { - color: var(--vp-c-brand-2) !important; - background-color: var(--vp-c-brand-2) !important; +.VPHero .heading .name.clip { + background: var(--vp-home-hero-name-background); + -webkit-background-clip: text; + background-clip: text; + -webkit-text-fill-color: var(--vp-home-hero-name-color); +} + +.VPHero .heading .text { +} + +.VPHero .tagline { +} + +.VPHero .actions { +} + + +#home-0 { + font-size: 40px; + line-height: 1.1; +} + +#home-0 > span { + font-size: 20px; + opacity: 0.5; + line-height: 0.8; +} + +#home-1 { + font-size: 40px; + line-height: 1.1; +} + +#home-1 > span { + font-size: 20px; + opacity: 0.5; + line-height: 0.8; +} + +#home-2 { + font-size: 40px; + line-height: 1.1; +} + +#home-2 > span { + font-size: 20px; + opacity: 0.5; + line-height: 0.8; } \ No newline at end of file diff --git a/index.md b/index.md index acaf5d3..8297076 100644 --- a/index.md +++ b/index.md @@ -40,6 +40,15 @@ features:

+ + +

+为您的 MCP Agent 开发排忧解难 +
+Provide Funs and Convenien for your mcp agent dev +

+ + -## OpenMCP 为谁准备? + +

+OpenMCP 为谁准备? +
+The Development of OpenMCP is for ... +


@@ -88,8 +102,11 @@ features:
- -## 问题解答 FAQ +

+问题解答 +
+Waiting for Your Questions +