VitePress: 搜索默认启用详细视图

This commit is contained in:
Meow
2026-01-19 20:12:57 +08:00
parent 531a851a26
commit e9579e887e
+1
View File
@@ -72,6 +72,7 @@ export default defineConfig({
search: {
provider: "local",
options: {
detailedView: true,
miniSearch: {
options: {
tokenize: (str) => str.split(/[\s,,。、]+/),