From f3a6e17214b05a46e6771583f499e4128de81693 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Tue, 22 Oct 2019 19:48:54 +0800 Subject: [PATCH] Update some image path. --- public/images/404.svg | 314 ++++++++++++++++++ public/images/500.svg | 208 ++++++++++++ public/images/dark.svg | 40 +++ public/images/light.svg | 40 +++ public/{ => images}/placeholder.png | Bin public/images/sidemenu.svg | 40 +++ public/images/topmenu.svg | 39 +++ .../SettingDrawer/SettingDrawer.vue | 8 +- src/views/exception/type.js | 4 +- src/views/post/components/PostSetting.vue | 4 +- src/views/sheet/components/SheetSetting.vue | 2 +- src/views/sheet/internal/PhotoList.vue | 2 +- 12 files changed, 691 insertions(+), 10 deletions(-) create mode 100644 public/images/404.svg create mode 100644 public/images/500.svg create mode 100644 public/images/dark.svg create mode 100644 public/images/light.svg rename public/{ => images}/placeholder.png (100%) create mode 100644 public/images/sidemenu.svg create mode 100644 public/images/topmenu.svg diff --git a/public/images/404.svg b/public/images/404.svg new file mode 100644 index 00000000..5531d05c --- /dev/null +++ b/public/images/404.svg @@ -0,0 +1,314 @@ + + + + Group 4 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/500.svg b/public/images/500.svg new file mode 100644 index 00000000..de723b1e --- /dev/null +++ b/public/images/500.svg @@ -0,0 +1,208 @@ + + + + Group 4 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/dark.svg b/public/images/dark.svg new file mode 100644 index 00000000..6a03a6d2 --- /dev/null +++ b/public/images/dark.svg @@ -0,0 +1,40 @@ + + + + Group 5 Copy 5 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/light.svg b/public/images/light.svg new file mode 100644 index 00000000..80222c21 --- /dev/null +++ b/public/images/light.svg @@ -0,0 +1,40 @@ + + + + Group 5 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/placeholder.png b/public/images/placeholder.png similarity index 100% rename from public/placeholder.png rename to public/images/placeholder.png diff --git a/public/images/sidemenu.svg b/public/images/sidemenu.svg new file mode 100644 index 00000000..7bb70f43 --- /dev/null +++ b/public/images/sidemenu.svg @@ -0,0 +1,40 @@ + + + + Group 5 Copy 5 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/topmenu.svg b/public/images/topmenu.svg new file mode 100644 index 00000000..fc0ee94b --- /dev/null +++ b/public/images/topmenu.svg @@ -0,0 +1,39 @@ + + + + Group 5 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/SettingDrawer/SettingDrawer.vue b/src/components/SettingDrawer/SettingDrawer.vue index cf277b77..c38a496d 100644 --- a/src/components/SettingDrawer/SettingDrawer.vue +++ b/src/components/SettingDrawer/SettingDrawer.vue @@ -20,7 +20,7 @@ @click="handleMenuTheme('dark')" > dark
light
sidemenu
topmenu
- + @@ -153,7 +153,7 @@