From c8c0e9ec1afa63f298f5dae083980e8dc6739572 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 1 Nov 2020 16:42:20 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20'=D0=9E?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20=D1=81=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=B1=D0=B8=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=B0=D1=80=D0=B0=D0=B3=D1=80=D0=B0=D1=84=D1=8B?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/Reader.vue | 30 ++++++++++++++++--- client/store/modules/reader.js | 3 ++ server/controllers/ReaderController.js | 4 ++- .../core/Reader/BookConverter/ConvertHtml.js | 2 +- 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index 07fee88b..5a8c79c3 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -39,6 +39,10 @@ {{ rstore.readerActions['copyText'] }} +