mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-26 08:19:09 +08:00
fix(ReorganizeDialog, TransferHistoryView, AccountSettingSystem, SearchBarView): 更新提示信息,将“历史记录”替换为“整理记录”
This commit is contained in:
@@ -300,7 +300,7 @@ onMounted(() => {
|
||||
<template #default="hover">
|
||||
<VListItem prepend-icon="mdi-history" link v-bind="hover.props" @click="searchHistory">
|
||||
<VListItemTitle class="break-words whitespace-break-spaces">
|
||||
搜索 <span class="font-bold">{{ searchWord }}</span> 相关的【历史记录】 ...
|
||||
搜索 <span class="font-bold">{{ searchWord }}</span> 相关的【整理记录】 ...
|
||||
</VListItemTitle>
|
||||
<template #append>
|
||||
<VIcon v-if="hover.isHovering" icon="ri-corner-down-left-line" />
|
||||
|
||||
Reference in New Issue
Block a user