From cc8d28df39a90807a504519de08e485a0615f568 Mon Sep 17 00:00:00 2001 From: Darrin DeYoung Date: Wed, 23 Jul 2025 11:23:06 +0800 Subject: [PATCH 1/3] docs(zh): add missing translation in extending-default-theme.md (#4852) --- docs/zh/guide/extending-default-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/extending-default-theme.md b/docs/zh/guide/extending-default-theme.md index 3c39ada3..0ee60e41 100644 --- a/docs/zh/guide/extending-default-theme.md +++ b/docs/zh/guide/extending-default-theme.md @@ -289,7 +289,7 @@ provide('toggle-appearance', async ({ clientX: x, clientY: y }: MouseEvent) => { ``` -Result (**warning!**: flashing colors, sudden movements, bright lights): +结果(**注意!**:画面闪烁、快速闪现、强光刺激):
Demo From 52f0eaa0849344aa45efbf7258a6287597e55a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=BF=E5=9B=9B?= Date: Wed, 23 Jul 2025 11:24:24 +0800 Subject: [PATCH 2/3] fix(md): pass container option to gitHubAlertsPlugin (#4848) --- src/node/markdown/markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/markdown/markdown.ts b/src/node/markdown/markdown.ts index ac675981..f3e168e6 100644 --- a/src/node/markdown/markdown.ts +++ b/src/node/markdown/markdown.ts @@ -258,7 +258,7 @@ export async function createMarkdownRenderer( } if (options.gfmAlerts !== false) { - md.use(gitHubAlertsPlugin) + md.use(gitHubAlertsPlugin, options.container) } // third party plugins From 3c51b22ac98a12f193081d23799cb9f3f2ecf682 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:56:01 +0530 Subject: [PATCH 3/3] fix(theme): remove duplicate text in sponsors grid closes #4854 --- src/client/theme-default/components/VPSponsorsGrid.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/theme-default/components/VPSponsorsGrid.vue b/src/client/theme-default/components/VPSponsorsGrid.vue index dec5a077..29312c55 100644 --- a/src/client/theme-default/components/VPSponsorsGrid.vue +++ b/src/client/theme-default/components/VPSponsorsGrid.vue @@ -35,7 +35,6 @@ useSponsorsGrid({ el, size: props.size }) rel="sponsored noopener" >
-

{{ sponsor.name }}