浏览代码

Небольшие доделки

Book Pauk 4 年之前
父节点
当前提交
c67fd11be9
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      client/components/ExternalLibs/ExternalLibs.vue
  2. 3 1
      client/store/modules/reader.js

+ 1 - 1
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;
         });

+ 3 - 1
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: 'АЛЬДЕБАРАН | Электронная библиотека книг'},
         ]},
-
     ]
 };