Release
This commit is contained in:
BIN
build/index/i/Anna-Karenina.fb2.zip
Normal file
BIN
build/index/i/Anna-Karenina.fb2.zip
Normal file
Binary file not shown.
36
build/index/index.btjson.js
Normal file
36
build/index/index.btjson.js
Normal file
@@ -0,0 +1,36 @@
|
||||
module.exports = {
|
||||
"block": "y-page",
|
||||
"title": "Я.Читалка",
|
||||
"styles": [
|
||||
{"url": "index.css"}
|
||||
],
|
||||
"scripts": [
|
||||
{"url": "index.{lang}.js"}
|
||||
],
|
||||
"body": [
|
||||
{
|
||||
block: 'y-block'
|
||||
},
|
||||
{
|
||||
block: 'jquery'
|
||||
},
|
||||
{
|
||||
"block": "chitalka-ui",
|
||||
"book": {
|
||||
"block": "chitalka-fb2",
|
||||
"url": "i/Anna-Karenina.fb2.zip",
|
||||
"progress": true,
|
||||
"footnotes": "appendix",
|
||||
"pages": "auto"
|
||||
},
|
||||
"progress": "read",
|
||||
"progress_bar": true,
|
||||
"controls": {
|
||||
// Если параметр не передается - выставляем true иначе выставляем то, что передается
|
||||
"zoom": true,
|
||||
"arrows": true
|
||||
},
|
||||
"annotations": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user