From 098fdc8f64c6ac3c9a9b66cb5c3afb782492b179 Mon Sep 17 00:00:00 2001 From: fanxb Date: Sun, 15 Dec 2019 23:00:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B5=8F=E8=A7=88=E5=99=A8=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E4=B9=A6=E7=AD=BE=E6=A0=91=E5=9F=BA=E6=9C=AC=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bookmark-chrome/src/popup/popup.html | 1 + .../src/popup/router/components/BookmarkTree.vue | 63 +++++++++++++++++++ .../src/popup/router/pages/Index.vue | 5 ++ .../src/static/js/localforage.min.js | 7 +++ 4 files changed, 76 insertions(+) create mode 100644 浏览器插件/bookmark-chrome/src/popup/router/components/BookmarkTree.vue create mode 100644 浏览器插件/bookmark-chrome/src/static/js/localforage.min.js diff --git a/浏览器插件/bookmark-chrome/src/popup/popup.html b/浏览器插件/bookmark-chrome/src/popup/popup.html index 0f6fd6b..397c8c9 100644 --- a/浏览器插件/bookmark-chrome/src/popup/popup.html +++ b/浏览器插件/bookmark-chrome/src/popup/popup.html @@ -12,6 +12,7 @@
+ diff --git a/浏览器插件/bookmark-chrome/src/popup/router/components/BookmarkTree.vue b/浏览器插件/bookmark-chrome/src/popup/router/components/BookmarkTree.vue new file mode 100644 index 0000000..17b7ef9 --- /dev/null +++ b/浏览器插件/bookmark-chrome/src/popup/router/components/BookmarkTree.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/浏览器插件/bookmark-chrome/src/popup/router/pages/Index.vue b/浏览器插件/bookmark-chrome/src/popup/router/pages/Index.vue index cf97b34..da74689 100644 --- a/浏览器插件/bookmark-chrome/src/popup/router/pages/Index.vue +++ b/浏览器插件/bookmark-chrome/src/popup/router/pages/Index.vue @@ -14,13 +14,18 @@ {{ item.name }} +