From c67fd11be96d2b2535dada6cbc088cdf5ef890c0 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 30 Oct 2020 00:00:05 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/ExternalLibs/ExternalLibs.vue | 2 +- client/store/modules/reader.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/components/ExternalLibs/ExternalLibs.vue b/client/components/ExternalLibs/ExternalLibs.vue index e625fad2..b1f067de 100644 --- a/client/components/ExternalLibs/ExternalLibs.vue +++ b/client/components/ExternalLibs/ExternalLibs.vue @@ -321,7 +321,7 @@ class ExternalLibs extends Vue { return; this.frameSrc = this.makeProxySubst(link); - //this.frameVisible = false; + this.frameVisible = false; this.$nextTick(() => { this.frameVisible = true; }); diff --git a/client/store/modules/reader.js b/client/store/modules/reader.js index 8fd13d7c..a1d2c878 100644 --- a/client/store/modules/reader.js +++ b/client/store/modules/reader.js @@ -267,10 +267,12 @@ const libsDefaults = { {r: 'http://lib.ru', s: 'http://lib.ru', list: [ {l: 'http://lib.ru', c: 'Библиотека Максима Мошкова'}, ]}, + {r: 'http://fantasy-worlds.org', s: 'http://fantasy-worlds.org', list: [ + {l: 'http://fantasy-worlds.org', c: 'Миры Фэнтези'}, + ]}, {r: 'https://aldebaran.ru', s: 'https://aldebaran.ru', list: [ {l: 'https://aldebaran.ru', c: 'АЛЬДЕБАРАН | Электронная библиотека книг'}, ]}, - ] };