From a230cd9513f018b9db3a6be04d301663263bda3a Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 3 Mar 2020 12:51:40 +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=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?UTF-8?q?=D0=B0=20"=D0=9E=D1=82=D0=BA=D1=80=D1=8B=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BE=D1=80=D0=B8=D0=B3=D0=B8=D0=BD=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BF=D0=BE=20=D0=BA=D0=BB=D0=B8=D0=BA=D1=83"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reader/SettingsPage/include/ViewTab/Status.inc | 12 ++++++++++++ client/components/Reader/TextPage/TextPage.vue | 7 ++++--- client/store/modules/reader.js | 1 + 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/client/components/Reader/SettingsPage/include/ViewTab/Status.inc b/client/components/Reader/SettingsPage/include/ViewTab/Status.inc index 43d859d7..43cfd2ea 100644 --- a/client/components/Reader/SettingsPage/include/ViewTab/Status.inc +++ b/client/components/Reader/SettingsPage/include/ViewTab/Status.inc @@ -22,3 +22,15 @@ + +
+
+
+ + + По клику на автора-название в строке статуса
+ открывать оригинал произведения в новой вкладке +
+
+
+
diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index 87c24943..ff2844d2 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/client/components/Reader/TextPage/TextPage.vue @@ -21,11 +21,12 @@ @wheel.prevent.stop="onMouseWheel" @touchstart.stop="onTouchStart" @touchend.stop="onTouchEnd" @touchmove.stop="onTouchMove" @touchcancel.prevent.stop="onTouchCancel" oncontextmenu="return false;"> -
-
+
+
diff --git a/client/store/modules/reader.js b/client/store/modules/reader.js index ef8d04ce..a70c5732 100644 --- a/client/store/modules/reader.js +++ b/client/store/modules/reader.js @@ -160,6 +160,7 @@ const settingDefaults = { statusBarTop: false,// top, bottom statusBarHeight: 19,// px statusBarColorAlpha: 0.4, + statusBarClickOpen: true, scrollingDelay: 3000,// замедление, ms scrollingType: 'ease-in-out', //linear, ease, ease-in, ease-out, ease-in-out