Initial commit
This commit is contained in:
4
public/config.json
Normal file
4
public/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"AppNet": "CAINet",
|
||||
"AppName": "Аудиотека"
|
||||
}
|
||||
BIN
public/img/book.png
Normal file
BIN
public/img/book.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 220 KiB |
BIN
public/img/favicon.ico
Normal file
BIN
public/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
19
public/index.html
Normal file
19
public/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>img/favicon.ico">
|
||||
<title>CAINet: Аудиотека</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>Извините, данное приложение не работает без JavaScript.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
14
public/locales/en.json
Normal file
14
public/locales/en.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"About": "About",
|
||||
"Authors": "Authors",
|
||||
"AutoBookmarks": "Autobookmarks",
|
||||
"Book": "Book",
|
||||
"BookmarkSaved": "Bookmark saved",
|
||||
"BookmarkRemoved": "Bookmark removed",
|
||||
"Books": "Books",
|
||||
"DarkTheme": "Dark theme",
|
||||
"Error": "Error",
|
||||
"Information": "Information",
|
||||
"RemoveBookmark": "Remove bookmark",
|
||||
"SetBookmark": "Set bookmark"
|
||||
}
|
||||
37
public/locales/locales.json
Normal file
37
public/locales/locales.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"code": "en",
|
||||
"language": "Английский",
|
||||
"file": "en.json"
|
||||
},
|
||||
{
|
||||
"code": "en-au",
|
||||
"language": "Английский",
|
||||
"file": "en.json"
|
||||
},
|
||||
{
|
||||
"code": "en-gb",
|
||||
"language": "Английский",
|
||||
"file": "en.json"
|
||||
},
|
||||
{
|
||||
"code": "en-us",
|
||||
"language": "Английский",
|
||||
"file": "en.json"
|
||||
},
|
||||
{
|
||||
"code": "ru",
|
||||
"language": "Русский",
|
||||
"file": "ru.json"
|
||||
},
|
||||
{
|
||||
"code": "ru-ru",
|
||||
"language": "Русский",
|
||||
"file": "ru.json"
|
||||
},
|
||||
{
|
||||
"code": "ru-md",
|
||||
"language": "Русский",
|
||||
"file": "ru.json"
|
||||
}
|
||||
]
|
||||
14
public/locales/ru.json
Normal file
14
public/locales/ru.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"About": "О приложении",
|
||||
"Authors": "Авторы",
|
||||
"AutoBookmarks": "Автозакладки",
|
||||
"Book": "Книга",
|
||||
"BookmarkSaved": "Закладка сохранена",
|
||||
"BookmarkRemoved": "Закладка удалена",
|
||||
"Books": "Книги",
|
||||
"DarkTheme": "Тёмная тема",
|
||||
"Error": "Ошибка",
|
||||
"Information": "Информация",
|
||||
"RemoveBookmark": "Удалить закладку",
|
||||
"SetBookmark": "Установить закладку"
|
||||
}
|
||||
20
public/manifest.json
Normal file
20
public/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "audiolib",
|
||||
"short_name": "audiolib",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./img/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./img/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#4DBA87"
|
||||
}
|
||||
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user