From 438dc056397e113d4de04713f3aabaaac2e599b2 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Thu, 16 Feb 2023 00:23:51 +0800 Subject: [PATCH] feat: update history page --- src/contentScripts/views/History/History.vue | 73 ++++++++++++++++++-- src/contentScripts/views/History/types.ts | 1 + 2 files changed, 68 insertions(+), 6 deletions(-) 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 + }}