Skip to content

Commit

Permalink
fix(core): 修改搜索结果文案
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 24, 2022
1 parent a5694f1 commit 00f185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const SearchResults = defineComponent({
<a href={res.homepage ? res.homepage : '#'} target="_blank">
{res.name}
</a>
<span> {res.error ? '此题库请求错误: ' + res.error.message : `一共有 ${res.answers.length} 个答案`} </span>
<span> {res.error ? '此题库请求错误: ' + res.error.message : `一共有 ${res.answers.length} 个结果`} </span>
</span>
{res.error
? (
Expand Down

0 comments on commit 00f185e

Please sign in to comment.