From 15152e4e7c23d0be97a561e24d4e7d7f21261145 Mon Sep 17 00:00:00 2001 From: Burt Date: Mon, 9 Dec 2024 18:26:16 +0800 Subject: [PATCH] docs: format --- docs/.vitepress/config.mts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 19e3d96..fb48eb5 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -200,7 +200,7 @@ export default defineConfig({ translations: { button: { buttonText: '搜索文档', - buttonAriaLabel: '搜索文档' + buttonAriaLabel: '搜索文档', }, modal: { displayDetails: '显示详情', @@ -214,11 +214,11 @@ export default defineConfig({ navigateUpKeyAriaLabel: '切换', navigateDownKeyAriaLabel: '切换', closeText: '关闭', - closeKeyAriaLabel: '关闭' + closeKeyAriaLabel: '关闭', }, - } - } - } + }, + }, + }, }, }, },