From ea06a52921bbf5bf5b0090ad5420b259683f44d8 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 29 Mar 2021 15:12:11 +0200 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=A3=80=E6=9F=A5=E6=9B=B4=E6=96=B0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/History.vue | 61 ++++++++++++++++++++++++++++++++++++++ src/components/Star.vue | 6 ++-- src/lib/dexie/dexie.js | 4 +++ src/lib/dexie/history.js | 3 ++ 4 files changed, 71 insertions(+), 3 deletions(-) diff --git a/src/components/History.vue b/src/components/History.vue index dbdc7b8..e1af45b 100644 --- a/src/components/History.vue +++ b/src/components/History.vue @@ -4,6 +4,7 @@ 导出 导入 {{ multipleSelection.length === 0 ? "清空" : "删除所选" }} + 检查更新
@@ -116,6 +117,9 @@