From 45603a95c0963c45aabaa35a4485a3d6fff8d762 Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Tue, 10 Dec 2019 14:09:00 +0800 Subject: [PATCH] database done --- src/App.vue | 19 ++++++++------- src/background.js | 1 + src/plugin/nedb/index.js | 38 +++++++---------------------- src/plugin/nedb/setting.js | 4 +--- src/plugin/nedb/video.js | 49 ++++++++++++++++++++++++++++++++++++++ src/store.js | 12 ++++++---- src/views/Settings.vue | 11 ++++++--- 7 files changed, 86 insertions(+), 48 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0631308..3371baf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@