From 682a044f32efdac08b51a3b0b7a0e8957c6ced55 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 28 Aug 2019 16:48:16 +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=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D0=B4=D0=B2=D0=B8=D0=B3=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20=D0=BE=D0=BA=D0=BD=D0=B0,=20=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D1=88=D0=BE=D0=B5=20=D0=BE=D0=B1=D0=BB=D0=B0=D0=B3=D0=BE?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BE?= =?UTF-8?q?=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reader/CopyTextPage/CopyTextPage.vue | 35 +--- .../RecentBooksPage/RecentBooksPage.vue | 193 ++++++++---------- .../Reader/SettingsPage/SettingsPage.vue | 1 - .../components/Reader/TextPage/TextPage.vue | 13 +- client/components/share/Window.vue | 126 +++++++++++- client/main.js | 1 + 6 files changed, 217 insertions(+), 152 deletions(-) diff --git a/client/components/Reader/CopyTextPage/CopyTextPage.vue b/client/components/Reader/CopyTextPage/CopyTextPage.vue index b8af6fc6..c1ce34b5 100644 --- a/client/components/Reader/CopyTextPage/CopyTextPage.vue +++ b/client/components/Reader/CopyTextPage/CopyTextPage.vue @@ -1,17 +1,13 @@ \ No newline at end of file diff --git a/client/main.js b/client/main.js index 435575c4..b486c7b3 100644 --- a/client/main.js +++ b/client/main.js @@ -6,6 +6,7 @@ import './element'; import App from './components/App.vue'; //Vue.config.productionTip = false; +Vue.prototype.$isMobileDevice = /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent); new Vue({ router,