From 7fabc47bd2cc8e1e6476a7cfcf9764298024324e Mon Sep 17 00:00:00 2001 From: Molunerfinn Date: Tue, 30 Jun 2020 16:17:18 +0800 Subject: [PATCH] :sparkles: Feature: add qrcode for picbeds' config --- package.json | 1 + src/renderer/layouts/Main.vue | 97 +++++++++++++++++++++++++++++++++-- yarn.lock | 5 ++ 3 files changed, 100 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d96ce238..22fd7a70 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "lodash-id": "^0.14.0", "lowdb": "^1.0.0", "picgo": "^1.4.10", + "qrcode.vue": "^1.7.0", "vue": "^2.6.10", "vue-gallery": "^2.0.1", "vue-lazyload": "^1.2.6", diff --git a/src/renderer/layouts/Main.vue b/src/renderer/layouts/Main.vue index ea02e96e..e75cb936 100644 --- a/src/renderer/layouts/Main.vue +++ b/src/renderer/layouts/Main.vue @@ -120,14 +120,69 @@ 确定 + + + + + + + + 复制图床配置 + + + +
+ +
+