diff --git a/client/components/Reader/LibsPage/LibsPage.vue b/client/components/Reader/LibsPage/LibsPage.vue index 59110030..25d75fb9 100644 --- a/client/components/Reader/LibsPage/LibsPage.vue +++ b/client/components/Reader/LibsPage/LibsPage.vue @@ -34,7 +34,9 @@ - Открыть + Открыть + Открыть в читалке +
diff --git a/client/index.html.template b/client/index.html.template index 4ed03687..372b4608 100644 --- a/client/index.html.template +++ b/client/index.html.template @@ -6,6 +6,7 @@ + diff --git a/client/store/modules/reader.js b/client/store/modules/reader.js index ad3adb28..35a20344 100644 --- a/client/store/modules/reader.js +++ b/client/store/modules/reader.js @@ -255,10 +255,10 @@ const settingDefaults = { const libsDefaults = { startLink: 'http://flibusta.is', - comment: 'Флибуста - книжное братство', + comment: 'Флибуста | Книжное братство', groups: [ {r: 'http://flibusta.is', s: 'http://flibusta.is', list: [ - {l: 'http://flibusta.is', c: 'Флибуста - книжное братство'}, + {l: 'http://flibusta.is', c: 'Флибуста | Книжное братство'}, ]}, {r: 'http://samlib.ru', s: 'http://samlib.ru', list: [ {l: 'http://samlib.ru', c: 'Журнал "Самиздат"'},