diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue index b45a307c..4f7a8d79 100644 --- a/src/contentScripts/views/History/History.vue +++ b/src/contentScripts/views/History/History.vue @@ -315,6 +315,35 @@ function handleTurnOnWatchHistory() { :alt="historyItem.title" object-cover > + + + + + + +
- {{ historyItem.title }} + {{ + historyItem.show_title + ? historyItem.show_title + : historyItem.title + }} -
+
- {{ historyItem.author_name }} + {{ + historyItem.author_name + ? historyItem.author_name + : historyItem.title + }}