diff --git a/app/components/SearchResults.vue b/app/components/SearchResults.vue index 70cd6cf..8000846 100644 --- a/app/components/SearchResults.vue +++ b/app/components/SearchResults.vue @@ -2,14 +2,14 @@
-

{{ getHitTitle(hit.content) }}

-

- {{ getHitSummary(hit.content) }} +

{{ hit.title }}

+

+ {{ hit.summary }}

内容类型: @@ -44,13 +44,8 @@