mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat: 设置 Elasticsearch 搜索关键词高亮显示
This commit is contained in:
@@ -197,9 +197,7 @@
|
||||
>
|
||||
</td>
|
||||
<td class="name">
|
||||
<a href="javascript:void(0)" @click="bookDetail(item.id)">{{
|
||||
item.bookName
|
||||
}}</a>
|
||||
<a href="javascript:void(0)" @click="bookDetail(item.id)" v-html="item.bookName"></a>
|
||||
</td>
|
||||
<td class="chapter">
|
||||
<a href="javascript:void(0)" @click="bookDetail(item.id)">{{
|
||||
@@ -207,7 +205,7 @@
|
||||
}}</a>
|
||||
</td>
|
||||
<td class="author">
|
||||
<a href="javascript:void(0)">{{ item.authorName }}</a>
|
||||
<a href="javascript:void(0)" v-html="item.authorName"></a>
|
||||
</td>
|
||||
<td class="word">{{ wordCountFormat(item.wordCount) }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user