From e9579e887ee27d365cfa29c621cdaa445ca65859 Mon Sep 17 00:00:00 2001 From: Meow <197331664+Meo597@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:12:57 +0800 Subject: [PATCH] =?UTF-8?q?VitePress:=20=E6=90=9C=E7=B4=A2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=90=AF=E7=94=A8=E8=AF=A6=E7=BB=86=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 2692fe3d..e5fa120f 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -72,6 +72,7 @@ export default defineConfig({ search: { provider: "local", options: { + detailedView: true, miniSearch: { options: { tokenize: (str) => str.split(/[\s,,。、]+/),