From 73efaa027a7f6542504607e91d27c35dadd388f6 Mon Sep 17 00:00:00 2001
From: Kirigaya <1193466151@qq.com>
Date: Tue, 10 Jun 2025 02:58:09 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B2=B9=E7=AE=A1=E8=A7=86?=
=?UTF-8?q?=E9=A2=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../theme/components/bilibli-player/index.vue | 17 +++++++++++++++++
en/index.md | 7 +++----
index.md | 4 ++--
ja/index.md | 7 +++----
4 files changed, 25 insertions(+), 10 deletions(-)
diff --git a/.vitepress/theme/components/bilibli-player/index.vue b/.vitepress/theme/components/bilibli-player/index.vue
index dfbac7c..c839417 100644
--- a/.vitepress/theme/components/bilibli-player/index.vue
+++ b/.vitepress/theme/components/bilibli-player/index.vue
@@ -99,6 +99,8 @@ onMounted(() => {
min-height: 225px;
width: 52.36vw;
height: 28.26vw;
+ border: 2px solid var(--vp-c-brand-3);
+ border-radius: 8px;
aspect-ratio: 16/9;
border-radius: .5em;
overflow: hidden;
@@ -106,6 +108,21 @@ onMounted(() => {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
+
+@media (max-width: 2700px) {
+ .bilibili-player-container {
+ width: 88%;
+ height: 100%;
+ }
+}
+
+@media (max-width: 1200px) {
+ .bilibili-player-container {
+ width: 95%;
+ height: 100%;
+ }
+}
+
.bilibili-player-container:hover {
border-color: var(--vp-c-brand-1);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
diff --git a/en/index.md b/en/index.md
index 3d870a6..28c2f6b 100644
--- a/en/index.md
+++ b/en/index.md
@@ -46,10 +46,9 @@ Resolve Issues in Your MCP Agent Development
Providing Fun and Convenience for Your MCP Agent Development
-